MCPcopy Index your code
hub / github.com/bedroombuilds/python2rust / Student

Interface Student

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

Source from the content-addressed store, hash-verified

5}
6
7trait Student: Person {
8 fn university(&self) -> String;
9}
10
11trait Programmer {
12 fn fav_language(&self) -> String;

Callers

nothing calls this directly

Implementers 1

supertraits.rs0b_traits/rust/supertraits.rs

Calls

no outgoing calls

Tested by

no test coverage detected