Type Definition body_image_futio::Flaw[][src]

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.