MCPcopy Index your code
hub / github.com/bedroombuilds/python2rust / supertraits.rs

File supertraits.rs

0b_traits/rust/supertraits.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1trait Person {
2 fn name(&self) -> String {
3 String::from("Unnamed")
4 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected