Trait unrest::LiftError [] [src]

pub trait LiftError {
    type Future;
    fn lift_error(self) -> Self::Future;
}

Associated Types

Required Methods

Implementors