Enum binary_rw::BinaryError [−][src]
pub enum BinaryError {
StreamError(StreamError),
BinCodeErr(Box<ErrorKind>),
Utf8Error(FromUtf8Error),
}Variants
Tuple Fields of StreamError
0: StreamErrorTuple Fields of Utf8Error
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.