Skip to main content

MergeTags

Trait MergeTags 

Source
pub trait MergeTags {
    // Required method
    fn merge_tags(&mut self, tags: &Option<AnnFun>);
}

Required Methods§

Source

fn merge_tags(&mut self, tags: &Option<AnnFun>)

Implementations on Foreign Types§

Source§

impl MergeTags for VecDeque<WplRule>

Source§

fn merge_tags(&mut self, other_tags: &Option<AnnFun>)

Implementors§