☰
BoxError
In tower_http
?
Type Definition
tower_http
::
BoxError
source
·
[
−
]
pub type BoxError =
Box
<dyn
Error
+
Send
+
Sync
>;
Expand description
Alias for a type-erased error type.