dns_message_parser/rr/
rfc_1706.rs

1struct_vec!(
2    /// The [NSAP] resource record type.
3    ///
4    /// [NSAP]: https://tools.ietf.org/html/rfc1706#section-5
5    NSAP,
6    data
7);