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