Type Alias SimpleError

Source
pub type SimpleError = Error<()>;
Expand description

An Error with no custom details, to avoid the generic parameter when not needed.

Aliased Typeยง

struct SimpleError { /* private fields */ }