Error

Type Alias Error 

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

Error type of the crate.

Aliased Typeยง

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