pub type SlackCivilDate = Date;Expand description
A calendar date without a time zone, as used by the Slack API.
jiff::civil::Date by default, chrono::NaiveDate with the deprecated
obsolete-chrono feature.
Aliased Typeยง
pub struct SlackCivilDate { /* private fields */ }