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

pub type UtcTime = DateTime<Utc>;
Expand description

Alias for chrono::DateTime<Utc>.

Trait Implementations

The associated tag for the type. Read more

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

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

Encode this value implicitly tagged with tag into the given Decoder.

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