Type Definition rocket::request::Outcome [−][src]
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.