Type Alias FullDateString

Source
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 */);