MCPcopy Create free account
hub / github.com/chc4/lineiform / fmt

Method fmt

tangle/src/node.rs:34–36  ·  view source on GitHub ↗
(&self, fmt: &mut core::fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

32
33impl core::fmt::Debug for NodeIdxToken {
34 fn fmt(&self, fmt: &mut core::fmt::Formatter<'_>) -> Result<(), core::fmt::Error> {
35 write!(fmt, "n{}", self.0)
36 }
37}
38
39use qcell::{TCell, TCellOwner};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected