pub trait Sequence<'a>: DecodeValue<'a> + EncodeValue { }
Expand description
Marker trait for ASN.1 SEQUENCE
s.
This is mainly used for custom derive.
Object Safety§
This trait is not object safe.
pub trait Sequence<'a>: DecodeValue<'a> + EncodeValue { }
Marker trait for ASN.1 SEQUENCE
s.
This is mainly used for custom derive.