Trait Tag

Source
pub trait Tag {
    // Required method
    fn tag(&self) -> String;
}

Required Methods§

Source

fn tag(&self) -> String

Implementations on Foreign Types§

Source§

impl Tag for User

Source§

fn tag(&self) -> String

Implementors§