Type Definition tower::BoxError[][src]

type BoxError = Box<dyn Error + Send + Sync>;
Expand description

Alias for a type-erased error type.