Type Definition rocket::handler::Outcome [] [src]

type Outcome<'r> = Outcome<Response<'r>, Status, Data>;

Type alias for the Outcome of a Handler.