Type Alias GenMsgContent

Source
pub type GenMsgContent = Vec<InfoTypeAndValue>;
Expand description

The GenMsgContent type is defined in RFC 4210 Section 5.3.19

 GenMsgContent ::= SEQUENCE OF InfoTypeAndValue

Aliased Typeยง

pub struct GenMsgContent { /* private fields */ }