Error

Type Alias Error 

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

A generic Error type that we use. It currently just aliases to Box<std::error::Error>, but could change in the future.

Aliased Typeยง

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