MCPcopy Create free account
hub / github.com/bedroombuilds/python2rust / fmt

Method fmt

20_sqlite/rust/sqlite/src/helpers.rs:55–57  ·  view source on GitHub ↗
(&self, f: &mut std::fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

53
54impl std::fmt::Display for MonthCase {
55 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
56 write!(f, "{}, {}, {}", self.month, self.new_cases, self.recovered)
57 }
58}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected