Type Definition rocket::request::Outcome

source ·
pub type Outcome<S, E> = Outcome<S, (Status, E), ()>;
Expand description

Type alias for the Outcome of a FromRequest conversion.