Home
last modified time | relevance | path

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

/openbmc/linux/rust/kernel/
H A Dstr.rs596 impl<'a> TryFrom<&'a CStr> for CString {
/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