Home
last modified time | relevance | path

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

/openbmc/linux/rust/kernel/
H A Dstr.rs602 buf.try_extend_from_slice(cstr.as_bytes_with_nul()) in try_from()
/openbmc/linux/rust/alloc/vec/
H A Dmod.rs2601 pub fn try_extend_from_slice(&mut self, other: &[T]) -> Result<(), TryReserveError> { in try_extend_from_slice() method