Type Definition picky_asn1::date::UTCTime
source · pub type UTCTime = Date<UTCTimeRepr>;
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.