Struct rmp::encode::MarkerWriteError [] [src]

pub struct MarkerWriteError(_);

Represents an error that can occur when attempting to write marker into the write.

Trait Implementations

impl Error for MarkerWriteError

fn description(&self) -> &str

fn cause(&self) -> Option<&Error>

impl Display for MarkerWriteError

fn fmt(&self, f: &mut Formatter) -> Result

impl From<Error> for MarkerWriteError

fn from(err: Error) -> MarkerWriteError

Derived Implementations

impl Debug for MarkerWriteError

fn fmt(&self, __arg_0: &mut Formatter) -> Result