Error

Type Alias Error 

Source
pub type Error = Box<ErrorKind>;
Expand description

An error that can be produced during deserializing.

Aliased Type§

pub struct Error(/* private fields */);

Trait Implementations§

Source§

impl From<Error> for Error

Source§

fn from(err: Error) -> Error

Converts to this type from the input type.