[−][src]Type Definition rocket::request::Outcome
type Outcome<S, E> = Outcome<S, (Status, E), ()>;
Type alias for the Outcome
of a FromRequest
conversion.
type Outcome<S, E> = Outcome<S, (Status, E), ()>;
Type alias for the Outcome
of a FromRequest
conversion.