Searched defs:from_bytes_with_nul (Results 1 – 13 of 13) sorted by relevance
17 pub fn from_bytes_with_nul(bytes: &'static [u8]) -> Self { in from_bytes_with_nul() method
78 fn from_bytes_with_nul() { in from_bytes_with_nul() function
382 pub const fn from_bytes_with_nul(bytes: &[u8]) -> Result<&Self, FromBytesWithNulError> { in from_bytes_with_nul() method
380 pub const fn from_bytes_with_nul(bytes: &[u8]) -> Result<&Self, FromBytesWithNulError> { in from_bytes_with_nul() method
156 pub fn from_bytes_with_nul(chars: &[u8]) -> Result<&Self, FromSliceWithNulError> { in from_bytes_with_nul() method