[][src]Function httptest::mappers::map_fn

pub fn map_fn<F>(f: F) -> MapFn<F>

pass the input to the provided Fn(T) -> bool and return the result.