[go: up one dir, main page]

logo

Type Definition rocket::data::Outcome

source · []
pub type Outcome<S, E> = Outcome<S, (Status, E), Data>;
Expand description

Type alias for the Outcome of a FromData conversion.