pub fn validate_schedule_wrapper(
schedule: &String,
) -> Result<(), ValidationError>Expand description
Wrapper for validate_cron_schedule for use with validator crate
Note: For Option
pub fn validate_schedule_wrapper(
schedule: &String,
) -> Result<(), ValidationError>Wrapper for validate_cron_schedule for use with validator crate
Note: For Option