[][src]Type Definition body_image_futio::Flaw

type Flaw = Box<dyn StdError + Send + Sync + 'static>;

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.