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