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