pub type Nonce = TextAttribute;
struct Nonce { pub attr: AttrType, pub text: String, }
attr: AttrType
text: String