rocket
0.4.11
Modules
config
data
error
fairing
handler
http
local
outcome
request
response
Macros
catchers
routes
uri
Structs
Catcher
Config
Data
Request
Response
Rocket
Route
State
Enums
Outcome
Traits
Handler
Functions
custom
ignite
Type Aliases
ErrorHandler
Attribute Macros
catch
delete
get
head
options
patch
post
put
route
Derive Macros
FromForm
FromFormValue
Responder
UriDisplayPath
UriDisplayQuery
rocket
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.