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

Class Character

29_pattern_matching_revisited/rust/pattern/src/main.rs:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42struct Character {
43 backpack: HashSet<String>,
44}
45
46impl Character {
47 fn new() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected