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

Method min

saffron/src/parse.rs:66–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64 Self(Self::MAX)
65 }
66 fn min() -> Self {
67 Self(Self::MIN)
68 }
69}
70impl From<Minute> for u8 {
71 /// Returns the value, 0-59

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected