Type Alias stun::textattrs::Nonce

source ·
pub type Nonce = TextAttribute;

Aliased Type§

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

Fields§

§attr: AttrType§text: String