Type Alias stun::textattrs::Username

source ·
pub type Username = TextAttribute;

Aliased Type§

struct Username {
    pub attr: AttrType,
    pub text: String,
}

Fields§

§attr: AttrType§text: String