Searched defs:TryConvertVec (Results 1 – 1 of 1) sorted by relevance
60 fn try_to_vec<T: TryConvertVec, A: Allocator>(s: &[T], alloc: A) -> Result<Vec<T, A>, AllocError> { in try_to_vec()64 trait TryConvertVec { interface