Macro asn1_cereal::asn1_sequence_info [] [src]

macro_rules! asn1_sequence_info {
    ($rs_type:ident, [$($args:tt)*], $asn1_ty:expr) => { ... };
    ($rs_type:ident, $asn1_ty:expr) => { ... };
}

This macro defines the Asn1Info trait for a rust struct. This allows the other traits to get information about this type. If you need to provide a custom class or tag, consider using the asn1_info! macro.