Trait warp_handle::Handle1[][src]

pub trait Handle1<A, Fut, R, F, Rep> where
    R: Reject,
    Rep: Reply,
    F: Fn(A) -> Fut,
    Fut: Future<Output = Result<Rep, R>>, 
{ fn handle(self, f: F) -> BoxedFilter<(Rep,)>; }

Required methods

Implementors