MCPcopy Create free account
hub / github.com/apache/datafusion / expecting

Method expecting

datafusion/proto/src/generated/pbjson.rs:53–55  ·  view source on GitHub ↗
(&self, formatter: &mut std::fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

51 type Value = GeneratedField;
52
53 fn expecting(&self, formatter: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
54 write!(formatter, "expected one of: {:?}", &FIELDS)
55 }
56
57 #[allow(unused_variables)]
58 fn visit_str<E>(self, value: &str) -> std::result::Result<GeneratedField, E>

Callers

nothing calls this directly

Calls 1

write_strMethod · 0.80

Tested by

no test coverage detected