pub type Software = TextAttribute;Expand description
SOFTWARE attribute.
RFC 5389 Section 15.10.
Aliased Type§
pub struct Software {
pub attr: AttrType,
pub text: String,
}Fields§
§attr: AttrTypeWhich attribute this text belongs to.
text: StringThe text value.