Struct asn1::UtcTime [−][src]
pub struct UtcTime(_);Expand description
Used for parsing and writing ASN.1 UTC TIME values. Wraps a
chrono::DateTime<Utc>.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UtcTime
impl UnwindSafe for UtcTime
Blanket Implementations
Mutably borrows from an owned value. Read more