Searched defs:ConvertVec (Results 1 – 1 of 1) sorted by relevance
112 pub fn to_vec<T: ConvertVec, A: Allocator>(s: &[T], alloc: A) -> Vec<T, A> { in to_vec()117 pub trait ConvertVec { trait