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