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

Class Counter

0b_traits/rust/iterators/src/lib.rs:1–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1pub struct Counter {
2 count: u32,
3}
4
5impl Counter {
6 pub fn new() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected