Macro filters::impl_failable_operators [] [src]

macro_rules! impl_failable_operators {
    ($struct_ident:ident, $self_var: ident $arg_var: ident $filter_impl:block, $( $generic:ident ),*) => { ... };
    ($struct_ident:ident, $self_var: ident $arg_var: ident $filter_impl: block) => { ... };
}

Variant of impl_operators!() macro for FailableFilter types