pub trait FindRecogMetas {
// Required method
fn find_recog_metas(&self, acc: &mut Recognised);
}Required Methods§
Sourcefn find_recog_metas(&self, acc: &mut Recognised)
fn find_recog_metas(&self, acc: &mut Recognised)
Search for fmeta(..) etc. expansions
Add to acc any that are
(recusively) within self, syntactically,