improve debuggability
more Debug-derives, trace/verbose, …
This commit is contained in:
parent
4686eff0d4
commit
12501c8c73
3 changed files with 113 additions and 16 deletions
|
@ -10,6 +10,7 @@ use std::collections::BTreeSet;
|
|||
use std::error::Error;
|
||||
|
||||
/// Defines a day within the month. Negative numbers count from the end.
|
||||
#[derive(Debug, Clone, Copy)]
|
||||
pub enum DaySpec {
|
||||
/// nth day, no matter the weekday
|
||||
DayOfMonth(i32),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue