Type Definition rocket::data::Outcome[][src]

type Outcome<S, E> = Outcome<S, (Status, E), Data>;
Expand description

Type alias for the Outcome of a FromData conversion.