pub type SpecValidityValue = PolyType<<<Time as View>::V as SpecCombinator>::SpecResult, <<Time as View>::V as SpecCombinator>::SpecResult>;
Aliased Type§
struct SpecValidityValue {
pub not_before: PolyType<UTCTimeValueInner, GeneralizedTimeValueInner>,
pub not_after: PolyType<UTCTimeValueInner, GeneralizedTimeValueInner>,
}
Fields§
§not_before: PolyType<UTCTimeValueInner, GeneralizedTimeValueInner>
§not_after: PolyType<UTCTimeValueInner, GeneralizedTimeValueInner>