| 675 | /// An error indicating that the provided cron expression failed to parse |
| 676 | #[derive(Debug)] |
| 677 | pub struct CronParseError(()); |
| 678 | |
| 679 | impl Display for CronParseError { |
| 680 | #[inline] |
no outgoing calls
no test coverage detected
searching dependent graphs…