Home
last modified time | relevance | path

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

/linux-6.3-rc2/rust/alloc/
A Dslice.rs177 pub fn to_vec<T: ConvertVec, A: Allocator>(s: &[T], alloc: A) -> Vec<T, A> { in to_vec()
182 pub trait ConvertVec { traits

Completed in 8 milliseconds