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