MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / fmt

Method fmt

nodedb/src/bridge/quiesce/refcount.rs:29–33  ·  view source on GitHub ↗
(&self, f: &mut std::fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

27
28impl std::fmt::Display for ScanStartError {
29 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
30 match self {
31 Self::Draining => f.write_str("collection is draining"),
32 }
33 }
34}
35
36impl std::error::Error for ScanStartError {}

Callers

nothing calls this directly

Calls 2

fieldMethod · 0.80
finishMethod · 0.45

Tested by

no test coverage detected