macro_rules! cfg_find {
($self:expr, $object:expr, $func:ident) => { ... };
}
Expand description
Finds the first element that satisfies the predicate function
macro_rules! cfg_find {
($self:expr, $object:expr, $func:ident) => { ... };
}
Finds the first element that satisfies the predicate function