Type Definition rocket::Handler [] [src]

type Handler = fn<'r>(&'r Request, Data) -> Outcome<'r>;

The type of a request handler.