Struct rmp::decode::MarkerReadError [] [src]

pub struct MarkerReadError(pub Error);

An error that can occur when attempting to read a MessagePack marker from the reader.

Trait Implementations

impl Debug for MarkerReadError
[src]

Formats the value using the given formatter.

impl From<Error> for MarkerReadError
[src]

Performs the conversion.