Flaw

Type Alias Flaw 

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

Conveniently compact type alias for dyn Trait std::error::Error.

It is possible to query and downcast the type via methods of std::any::Any.

Aliased Typeยง

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