Home
last modified time | relevance | path

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

/Linux-v6.1/rust/alloc/
Dslice.rs177 pub fn to_vec<T: ConvertVec, A: Allocator>(s: &[T], alloc: A) -> Vec<T, A> { in to_vec()
182 pub trait ConvertVec { interface