(&self, f: &mut std::fmt::Formatter<'_>)
| 39 | impl_downcast!(Message); |
| 40 | impl 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] |
nothing calls this directly
no outgoing calls
no test coverage detected