pub exec fn generalized_value_wf<'a, const DER: bool>(
value: &GeneralizedTime<'a>,
) -> boolExpand description
returns
if DER { value.deep_view().der_wf() } else { value.deep_view().wf() },Executable view validation helper checking well-formedness of GeneralizedTime.