wrap_fn

Function wrap_fn 

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

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