MCPcopy Create free account
hub / github.com/CSpyridakis/notes / Player

Class Player

Rust/notes.rs:1523–1526  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1521 // Impls without traits
1522
1523 struct Player {
1524 _first_name: String,
1525 _last_name: String,
1526 }
1527
1528 // Implementation must appear in the same crate as the self type and have the same name as struct
1529 impl Player {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected