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