rocket
0.4.11
In rocket::
handler
Traits
Cloneable
Handler
Type Aliases
ErrorHandler
Outcome
rocket
::
handler
Type Alias
ErrorHandler
Copy item path
Settings
Help
Summary
Source
pub type ErrorHandler = for<'r>
fn
(_: &'r
Request
<'_>) ->
Result
<'r>;
Expand description
The type of an error handler.