Type Alias picky_asn1::date::UTCTime
source · 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.