pub type UTCTime = Date<UTCTimeRepr>;
Aliased Type§
struct UTCTime { /* private fields */ }
Trait Implementations§
Source§impl From<UtcTimeAsn1> for UTCTime
impl From<UtcTimeAsn1> for UTCTime
Source§fn from(wrapper: UtcTimeAsn1) -> UTCTime
fn from(wrapper: UtcTimeAsn1) -> UTCTime
Converts to this type from the input type.