pub type FullDateString = Ymd8HyphenString;
Available on crate feature
alloc
only.Expand description
RFC 3339 full-date
owned string, such as 2001-12-31
.
Aliased Typeยง
pub struct FullDateString(/* private fields */);
pub type FullDateString = Ymd8HyphenString;
alloc
only.RFC 3339 full-date
owned string, such as 2001-12-31
.
pub struct FullDateString(/* private fields */);