Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/rust/kernel/
H A Dstr.rs207 CString::try_from(self) in to_cstring()
599 fn try_from(cstr: &'a CStr) -> Result<CString, AllocError> { in try_from() functions
/kernel/linux/linux-6.6/rust/alloc/vec/
H A Dmod.rs3543 fn try_from(mut vec: Vec<T, A>) -> Result<[T; N], Vec<T, A>> { in try_from() functions

Completed in 5 milliseconds