Skip to main content

Module schedule

Module schedule 

Source
Expand description

CronSchedule – validated cron expression newtype.

Wraps croner::Cron to guarantee that any CronSchedule value holds a syntactically valid cron expression. Construction is fallible; once built the value is safe to pass to tokio_cron_scheduler without further validation.

Structs§

CronSchedule
A validated cron expression.