Trait der::ValueOrd[][src]

pub trait ValueOrd {
    fn value_cmp(&self, other: &Self) -> Result<Ordering>;
}
Expand description

DER value ordering trait.

Compares the ordering of the value portion of TLV-encoded DER productions.

Required methods

Return an Ordering between value portion of TLV-encoded self and other when serialized as ASN.1 DER.

Implementations on Foreign Types

Implementors