Home
last modified time | relevance | path

Searched defs:into_boxed_slice (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/rust/alloc/vec/
H A Dmod.rs1218 pub fn into_boxed_slice(mut self) -> Box<[T], A> { in into_boxed_slice() method
/openbmc/linux/rust/alloc/
H A Dboxed.rs591 pub fn into_boxed_slice(boxed: Self) -> Box<[T], A> { in into_boxed_slice() method