pub type XsDatetime = DateTime<Utc>;
Expand description
Type representing an xs:dateTime, as per https://www.w3.org/TR/xmlschema-2/#dateTime
Aliased Typeยง
struct XsDatetime { /* private fields */ }
pub type XsDatetime = DateTime<Utc>;
Type representing an xs:dateTime, as per https://www.w3.org/TR/xmlschema-2/#dateTime
struct XsDatetime { /* private fields */ }