Macro vector::filter_check

source ยท
macro_rules! filter_check {
    ($($match:expr),+) => { ... };
}
Expand description

Takes an &Option<bool> and returns early if false