Searched refs:bytes_with_nul (Results 1 – 1 of 1) sorted by relevance
81 let bytes_with_nul = &self.buf[..=self.len]; in as_c_str() localVariable82 debug_assert!(CStr::from_bytes_with_nul(bytes_with_nul).is_ok()); in as_c_str()86 unsafe { CStr::from_bytes_with_nul_unchecked(bytes_with_nul) } in as_c_str()