MCPcopy Create free account
hub / github.com/apache/avro-rs / doc

Method doc

avro/src/util.rs:50–52  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

48/// Whether the serializer and deserializer should indicate to types that the format is human-readable.
49// crate-visible for testing
50pub(crate) static SERDE_HUMAN_READABLE: OnceLock<bool> = OnceLock::new();
51
52pub(crate) trait MapHelper {
53 fn string(&mut self, key: &'static str) -> AvroResult<Option<String>>;
54
55 fn str(&self, key: &'static str) -> AvroResult<Option<&str>>;

Callers

nothing calls this directly

Implementers 1

util.rsavro/src/util.rs

Calls 2

mapMethod · 0.45
stringMethod · 0.45

Tested by

no test coverage detected