Skip to main content

matches_cron

Function matches_cron 

Source
pub fn matches_cron(schedule: &CronSchedule, instant: CronInstant) -> bool
Expand description

Test whether an instant matches a parsed five-field cron schedule.