Type Definition anomaly::BoxError

source · []
pub type BoxError = Box<dyn Error + Send + Sync + 'static>;
Expand description

Box containing a thread-safe + 'static error suitable for use as a as an std::error::Error::source.