Module args

Source
Expand description

Structs defining different sets of arguments supplied on command line

§Description

  • DateRangeArgs - representation of the start/end dates for a report.
  • FilterArgs - representation of the start/end dates and project list for reports.

Structs§

DateRangeArgs
Representation of the start and end date arguments for reports.
FilterArgs
Representation of the start/end date and project list arguments for reports.

Traits§

DayFilter
Trait specifying common functionality for the different filter arguments.