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

Method git_username

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

Source from the content-addressed store, hash-verified

61}
62impl CompSciStudent for SuperCompSciStudent {
63 fn git_username(&self) -> String {
64 self.0.to_lowercase()
65 }
66}
67
68fn comp_sci_student_greeting(student: &dyn CompSciStudent) -> String {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected