Home
last modified time | relevance | path

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

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