[go: up one dir, main page]

[][src]Type Definition tower::BoxError

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

Alias for a type-erased error type.