Type Alias BoxError

type BoxError = Box<dyn std::error::Error + Send + Sync>

Alias for a type-erased error type.