Home
last modified time | relevance | path

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

/linux-6.3-rc2/rust/alloc/
A Dboxed.rs1574 fn try_from(boxed_slice: Box<[T]>) -> Result<Self, Self::Error> { in try_from() method
/linux-6.3-rc2/rust/alloc/vec/
A Dmod.rs3216 fn try_from(mut vec: Vec<T, A>) -> Result<[T; N], Vec<T, A>> { in try_from() method

Completed in 11 milliseconds