Function choices::warp::wrap_fn[][src]

pub fn wrap_fn<F, T, U>(func: F) -> WrapFn<F> where
    T: Filter,
    U: Filter,
    F: Fn(T) -> U, 

Function that receives a filter to be combined with pre and after filters