Home
last modified time | relevance | path

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

/openbmc/linux/rust/alloc/
H A Dslice.rs102 pub fn into_vec<T, A: Allocator>(b: Box<[T], A>) -> Vec<T, A> { in into_vec() function
463 pub fn into_vec<A: Allocator>(self: Box<Self, A>) -> Vec<T, A> { in into_vec() method