Home
last modified time | relevance | path

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

/linux-6.1.9/rust/alloc/ !
Dslice.rs177 pub fn to_vec<T: ConvertVec, A: Allocator>(s: &[T], alloc: A) -> Vec<T, A> { in to_vec() argument
182 pub trait ConvertVec { interface
189 impl<T: Clone> ConvertVec for T {
226 impl<T: Copy> ConvertVec for T {