[][src]Type Definition abscissa_core::error::BoxError

type BoxError = Box<dyn Error + Send + Sync + 'static>;

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