Type Alias UserError

Source
pub type UserError = Box<dyn Error + Send + Sync + 'static>;
Expand description

Generic error type to report from callbacks

Aliased Typeยง

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