pub trait Tag {
    fn tag() -> &'static str;
}

Required methods

Implementors