Struct rmp::decode::MarkerReadError [−][src]
pub struct MarkerReadError<E: RmpReadErr = Error>(pub E);
Expand description
An error that can occur when attempting to read a MessagePack marker from the reader.
Tuple Fields
0: E
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.