FfiMacroPredicate

Trait FfiMacroPredicate 

Source
pub trait FfiMacroPredicate: Fn(&Macro) -> bool { }

Implementors§

Source§

impl<'f, F> FfiMacroPredicate for F
where F: 'f + Fn(&Macro) -> bool,