MCPcopy Create free account
hub / github.com/cloudflare/saffron / CronParseError

Class CronParseError

saffron/src/parse.rs:677–677  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

675/// An error indicating that the provided cron expression failed to parse
676#[derive(Debug)]
677pub struct CronParseError(());
678
679impl Display for CronParseError {
680 #[inline]

Callers 1

from_strMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…