Macro containers_api::impl_filter_func
source · macro_rules! impl_filter_func {
($(#[doc = $doc:expr])* $filter_ty:ident) => { ... };
}
Expand description
Implements a filter method that uses a Filter
trait parameter
macro_rules! impl_filter_func {
($(#[doc = $doc:expr])* $filter_ty:ident) => { ... };
}
Implements a filter method that uses a Filter
trait parameter