Home
last modified time | relevance | path

Searched defs:TryFrom (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/rust/kernel/
H A Dstr.rs
/kernel/linux/linux-6.6/rust/alloc/vec/
H A Dmod.rs3514 impl<T, A: Allocator, const N: usize> TryFrom<Vec<T, A>> for [T; N] { impls
/kernel/linux/linux-6.6/rust/alloc/
H A Dboxed.rs1666 impl<T, const N: usize> TryFrom<Box<[T]>> for Box<[T; N]> { impls
1689 impl<T, const N: usize> TryFrom<Vec<T>> for Box<[T; N]> { impls

Completed in 12 milliseconds