Type Definition rasn::types::UtcTime[][src]

pub type UtcTime = DateTime<Utc>;
Expand description

The UTCTime type.

Trait Implementations

The associated tag for the type. Read more

The root of this type’s tree of tag’s if it a CHOICE type, otherwise its Leaf that points Self::TAG. Read more

Decode this value implicitly tagged with tag from a given ASN.1 decoder. Read more

Decode this value from a given ASN.1 decoder. Read more

Encode this value with tag into the given Encoder. Read more

Encodes self’s data into the given Encoder. Read more