pub fn todays_task(
all_tasks: impl Iterator<Item = TaskDescription>,
current_date: Date,
of_project: &Option<String>,
current_time: OffsetDateTime,
time_format_descriptor: &(impl Formattable + ?Sized),
) -> Result<(), Error>pub fn todays_task(
all_tasks: impl Iterator<Item = TaskDescription>,
current_date: Date,
of_project: &Option<String>,
current_time: OffsetDateTime,
time_format_descriptor: &(impl Formattable + ?Sized),
) -> Result<(), Error>