Searched refs:as_bytes_with_nul (Results 1 – 1 of 1) sorted by relevance
160 pub const fn as_bytes_with_nul(&self) -> &[u8] { in as_bytes_with_nul() method602 buf.try_extend_from_slice(cstr.as_bytes_with_nul()) in try_from()