Derive Macro der::ValueOrd[][src]

#[derive(ValueOrd)]
{
    // Attributes available to this derive:
    #[asn1]
}
This is supported on crate feature derive only.
Expand description

Derive the ValueOrd trait on a struct.

This trait is used in conjunction with ASN.1 SET OF types to determine the lexicographical order of their DER encodings.