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

Class ValueOutOfRangeError

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

Source from the content-addressed store, hash-verified

29/// An error returned if an expression type value is out of range.
30#[derive(Debug)]
31pub struct ValueOutOfRangeError;
32
33impl Display for ValueOutOfRangeError {
34 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…