pub trait HasTag {
    fn tag(&self) -> Tag;
}

Required methods

Get the associated metadata

Implementors