Skip to content

Commit

Permalink
Merge branch 'master' into iterator
Browse files Browse the repository at this point in the history
  • Loading branch information
zslayton authored Apr 14, 2022
2 parents b801fdf + 1dd8195 commit 8d12971
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/schedule.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ impl From<Schedule> for String {
}
}

/// Representation of a cron expression
#[derive(Clone, Debug, Eq)]
pub struct Schedule {
source: String,
Expand Down Expand Up @@ -342,6 +343,7 @@ impl ScheduleFields {
}
}

/// Iterates `DateTime` occurrences of a schedule.
pub struct ScheduleIterator<'a, Z>
where
Z: TimeZone,
Expand Down

0 comments on commit 8d12971

Please sign in to comment.