macro_rules! filter_check {
($($match:expr_2021),+) => { ... };
}Expand description
Takes an &Option<bool> and returns early if false
macro_rules! filter_check {
($($match:expr_2021),+) => { ... };
}Takes an &Option<bool> and returns early if false