Trait rocket::outcome::IntoOutcome [] [src]

pub trait IntoOutcome<S, E, F> {
    fn into_outcome(self) -> Outcome<S, E, F>;
}

Conversion trait from some type into an Outcome type.

Required Methods

Implementors