Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
name
Method · 0.45
doc
Method · 0.45
Calls
1
get
Method · 0.80
Tested by
no test coverage detected