[][src]Type Definition signature::BoxError

type BoxError = Box<dyn Error + Send + Sync + 'static>;
This is supported on feature="std" only.

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