Home
last modified time | relevance | path

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

/third_party/rust/rust/library/alloc/src/
Dslice.rs110 pub fn to_vec<T: ConvertVec, A: Allocator>(s: &[T], alloc: A) -> Vec<T, A> { in to_vec()
115 pub trait ConvertVec { interface
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs22137 pub trait ConvertVec { trait