Type Definition rocket::data::Outcome

source ·
pub type Outcome<'r, T, E = <T as FromData<'r>>::Error> = Outcome<T, (Status, E), Data<'r>>;
Expand description

Type alias for the Outcome of FromData.