Home
last modified time | relevance | path

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

/trusty/user/base/lib/trusty-std/src/
Dclone_ext.rs60 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