pub trait ValueOrd { fn value_cmp(&self, other: &Self) -> Result<Ordering>; }
DER value ordering trait.
Compares the ordering of the value portion of TLV-encoded DER productions.
Return an Ordering between value portion of TLV-encoded self and other when serialized as ASN.1 DER.
Ordering
self
other