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

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

Type alias for the Outcome of a FromData conversion.