FindRecogMetas

Trait FindRecogMetas 

Source
pub trait FindRecogMetas {
    // Required method
    fn find_recog_metas(&self, acc: &mut Recognised);
}

Required Methods§

Source

fn find_recog_metas(&self, acc: &mut Recognised)

Search for fmeta(..) etc. expansions

Add to acc any that are (recusively) within self, syntactically,

Implementations on Foreign Types§

Source§

impl<T: FindRecogMetas> FindRecogMetas for Option<T>

Source§

impl<T: FindRecogMetas> FindRecogMetas for [T]

Source§

impl<T: FindRecogMetas> FindRecogMetas for Box<T>

Implementors§