Type Alias cryptographic_message_syntax::asn1::rfc5652::SigningTime
source · pub type SigningTime = Time;Aliased Type§
enum SigningTime {
UtcTime(UtcTime),
GeneralizedTime(GeneralizedTime),
}pub type SigningTime = Time;enum SigningTime {
UtcTime(UtcTime),
GeneralizedTime(GeneralizedTime),
}