[][src]Type Definition rocket::ErrorHandler

type ErrorHandler = fn'r(_: &'r Request<'_>) -> Result<'r>;

The type of an error handler.