☰
Type Definition BoxError
Other items in
tower
All crates
?
Type Definition
tower
::
BoxError
[
−
]
[src]
pub type BoxError =
Box
<dyn
Error
+
Send
+
Sync
>;
Expand description
Alias for a type-erased error type.