[][src]Type Definition signature::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