macro_rules! cfg_find_map {
($self:expr, $object:expr, $func:ident) => { ... };
}
Expand description
Applies a function and returns the first value that is not None
macro_rules! cfg_find_map {
($self:expr, $object:expr, $func:ident) => { ... };
}
Applies a function and returns the first value that is not None