macro_rules! read_tlv_fields {
    ($stream: expr, {$(($type: expr, $field: ident, $fieldty: tt)),* $(,)*}) => { ... };
}
Expand description

Reads a suffix added by write_tlv_fields.