macro_rules! impl_filter_func {
    ($(#[doc = $doc:expr])* $filter_ty:ident) => { ... };
}
Expand description

Implements a filter method that uses a Filter trait parameter