pub struct Null;
Expand description
ASN.1 NULL
type.
Trait Implementations§
source§impl DecodeValue<'_> for Null
impl DecodeValue<'_> for Null
source§impl EncodeValue for Null
impl EncodeValue for Null
source§impl Ord for Null
impl Ord for Null
source§impl PartialOrd<Null> for Null
impl PartialOrd<Null> for Null
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more