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

Class Step

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

Source from the content-addressed store, hash-verified

429/// [`DayOfWeek`]: struct.DayOfWeek.html
430#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord)]
431pub struct Step<E> {
432 e: PhantomData<fn(E) -> E>,
433 value: u8,
434}
435impl<E: Sealed> Sealed for Step<E> {}
436impl<E: ExprValue> ExprValue for Step<E> {
437 const MAX: u8 = E::MAX - E::MIN;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…