use ;
/// Metadata about the current cron job execution passed to handlers.
///
/// Obtain a `Meta` value inside a handler by declaring it as a handler
/// argument — the scheduler extracts it from the [`CronContext`](super::context::CronContext)
/// automatically via [`FromCronContext`](super::context::FromCronContext).