Home
last modified time | relevance | path

Searched refs:BoxFromSlice (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/rust/alloc/
H A Dboxed.rs1486 trait BoxFromSlice<T> { trait
1491 impl<T: Clone> BoxFromSlice<T> for Box<[T]> {
1499 impl<T: Copy> BoxFromSlice<T> for Box<[T]> {
1529 <Self as BoxFromSlice<T>>::from_slice(slice) in from()