Trait hedge::Taggable[][src]

pub trait Taggable {
    fn tag(&self) -> Tag;
fn set_tag(&self, tag: Tag); }

Required methods

Implementors