Type Definition rocket::ErrorHandler [] [src]

type ErrorHandler = fn<'r>(Error, &'r Request) -> Result<'r>;

The type of an error handler.