Type Alias Error

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

For now we use a simple boxed error to show the user

Aliased Typeยง

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