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

Class MonthCase

20_sqlite/rust/sqlite/src/helpers.rs:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37pub struct MonthCase {
38 pub month: String,
39 pub new_cases: u32,
40 pub recovered: u32,
41}
42
43impl MonthCase {
44 /// constructor from a rusqlite Row

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected