[][src]Type Definition rocket::Handler

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

The type of a request handler.