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

Class LanguageFormatter

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

Source from the content-addressed store, hash-verified

645/// A formatter for displaying a cron expression description in a specified language
646#[derive(Debug, Clone, Copy)]
647pub struct LanguageFormatter<'a, L> {
648 expr: &'a CronExpr,
649 lang: L,
650}
651
652impl<'a, L: Language> Display for LanguageFormatter<'a, L> {
653 fn fmt(&self, f: &mut Formatter) -> fmt::Result {

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…