Skip to main content

MultiTry

Trait MultiTry 

Source
pub trait MultiTry<U> {
    type Output;

    // Required method
    fn and_try(self, other: Result<U, FederationError>) -> Self::Output;
}

Required Associated Types§

Required Methods§

Source

fn and_try(self, other: Result<U, FederationError>) -> Self::Output

Implementations on Foreign Types§

Source§

impl<U> MultiTry<U> for Result<(), FederationError>

Implementors§