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

Method fav_language

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

Source from the content-addressed store, hash-verified

27impl Person for RustProgrammer {}
28impl Programmer for RustProgrammer {
29 fn fav_language(&self) -> String {
30 String::from("Rust")
31 }
32}
33
34impl Programmer for ArtificialProgrammer {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected