Home
last modified time | relevance | path

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

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