pub type NulError = NulError;Expand description
Error that occurs if a nul byte was passed to get*_nam
The C APIs do not permit nul bytes in names.
(When returned as the
(When the source of an io::Error, ErrorKind is InvalidInput.)
Aliased Typeยง
pub struct NulError(/* private fields */);