[][src]Trait nestor::response::IntoOutcome

pub trait IntoOutcome {
    fn into_outcome(self) -> Outcome;
}

Required methods

fn into_outcome(self) -> Outcome

Loading content...

Implementations on Foreign Types

impl<T, E> IntoOutcome for Result<T, E> where
    T: IntoResponse,
    E: Into<Error>, 
[src]

Loading content...

Implementors

impl IntoOutcome for Outcome[src]

impl<T> IntoOutcome for T where
    T: IntoResponse
[src]

Loading content...