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

Method name

0b_traits/rust/supertraits.rs:48–50  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

46
47impl Person for SuperCompSciStudent {
48 fn name(&self) -> String {
49 self.0.clone()
50 }
51}
52impl Programmer for SuperCompSciStudent {
53 fn fav_language(&self) -> String {

Callers 1

git_usernameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected