Module asn1_cereal::ber::serial::seq_of [] [src]

Macros to generate the implementation of the serialization traits for Rust iterators, as ASN.1 sequence of.

This macro has already been implemented for Vec and HashSet, using the tags SEQUENCE OF and SET OF respectively.