NdaSystemTimeDeprecatedSyntax

Type Alias NdaSystemTimeDeprecatedSyntax 

Source
pub type NdaSystemTimeDeprecatedSyntax = Iso8601TimeSp;
Available on crate feature parse2 only.
Expand description

Date and time in deprecated ISO8601-with-space separate arguments syntax

Eg dir-key-published in a dir auth key cert.

Aliased Type§

pub struct NdaSystemTimeDeprecatedSyntax(pub SystemTime);

Tuple Fields§

§0: SystemTime

Trait Implementations§