Type Alias FullDateStr

Source
pub type FullDateStr = Ymd8HyphenStr;
Expand description

RFC 3339 full-date string slice, such as 2001-12-31.

Aliased Typeยง

pub struct FullDateStr(/* private fields */);