pub type Weekday = Weekday;Expand description
Enum listing the days of the week. (From chrono::Weekday)
Aliased Type§
pub enum Weekday {
Mon = 0,
Tue = 1,
Wed = 2,
Thu = 3,
Fri = 4,
Sat = 5,
Sun = 6,
}pub type Weekday = Weekday;Enum listing the days of the week. (From chrono::Weekday)
pub enum Weekday {
Mon = 0,
Tue = 1,
Wed = 2,
Thu = 3,
Fri = 4,
Sat = 5,
Sun = 6,
}