pub trait Sequence<'a>: DecodeValue<'a> + EncodeValue { }
Expand description
Marker trait for ASN.1 SEQUENCE
s.
This is mainly used for custom derive.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.