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 */);
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 32 bytes