pub type GenMsgContent = Vec<InfoTypeAndValue>;Expand description
The GenMsgContent type is defined in RFC 4210 Section 5.3.19
GenMsgContent ::= SEQUENCE OF InfoTypeAndValueAliased Typeยง
pub struct GenMsgContent { /* private fields */ }pub type GenMsgContent = Vec<InfoTypeAndValue>;The GenMsgContent type is defined in RFC 4210 Section 5.3.19
GenMsgContent ::= SEQUENCE OF InfoTypeAndValuepub struct GenMsgContent { /* private fields */ }