MCPcopy Create free account
hub / github.com/Migorithm/rustiful-backend / fmt

Method fmt

library/src/domain/mod.rs:41–43  ·  view source on GitHub ↗
(&self, f: &mut std::fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

39impl_downcast!(Message);
40impl Debug for dyn Message {
41 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
42 write!(f, "{}", self.metadata().topic)
43 }
44}
45
46#[macro_export]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected