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

Method string

avro/src/util.rs:58–60  ·  view source on GitHub ↗
(&self, key: &str)

Source from the content-addressed store, hash-verified

56
57 fn name(&mut self) -> AvroResult<String> {
58 self.string("name")?
59 .ok_or_else(|| Details::GetNameField.into())
60 }
61
62 fn name_ref(&self) -> AvroResult<Option<&str>> {
63 self.str("name")

Callers 2

nameMethod · 0.45
docMethod · 0.45

Calls 1

getMethod · 0.80

Tested by

no test coverage detected