Method lrs::string::CStr::bytes_with_null

Returns the contained bytes including the null byte.

Syntax

impl CStr {
    fn bytes_with_null(&self) -> &[u8]
}