Macro read_tlv_fields
macro_rules! read_tlv_fields {
($stream: expr, {$(($type: expr, $field: ident, $fieldty: tt)),* $(,)*}) => { ... };
}
Expand description
Reads a suffix added by write_tlv_fields
.
macro_rules! read_tlv_fields {
($stream: expr, {$(($type: expr, $field: ident, $fieldty: tt)),* $(,)*}) => { ... };
}
Reads a suffix added by write_tlv_fields
.