Type Definition rocket::handler::ErrorHandler [−][src]
pub type ErrorHandler = for<'r> fn(_: &'r Request<'_>) -> Result<'r>;
Expand description
The type of an error handler.
pub type ErrorHandler = for<'r> fn(_: &'r Request<'_>) -> Result<'r>;
The type of an error handler.