Home
last modified time | relevance | path

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

/openbmc/linux/rust/alloc/
H A Dslice.rs112 pub fn to_vec<T: ConvertVec, A: Allocator>(s: &[T], alloc: A) -> Vec<T, A> { in to_vec()
117 pub trait ConvertVec { trait