MCPcopy Create free account
hub / github.com/ControlCplusControlV/Scribe / fmt

Method fmt

crates/papyrus/src/types.rs:471–473  ·  view source on GitHub ↗

Print TypedIdentifier

(&self, f: &mut fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

469impl fmt::Display for TypedIdentifier {
470 //Print TypedIdentifier
471 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
472 write!(f, "{}:{}", self.identifier, self.yul_type)
473 }
474}
475
476//Implementations for YulType

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected