Enum cereal::CerealError [] [src]

pub enum CerealError {
    Io(Error),
    Msg(String),
    Any(Box<Any>),
}

Variants

Trait Implementations

impl Debug for CerealError
[src]

Formats the value using the given formatter.