Enum endianness::EndiannessError
[−]
[src]
pub enum EndiannessError { ShortSlice, }
The error type.
Variants
ShortSlice | The stream is too small to read the requested type. |