Type Alias Error

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

An error that can be produced during (de)serializing.

Aliased Typeยง

struct Error(/* private fields */);