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

Interface CompSciStudent

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

Source from the content-addressed store, hash-verified

13}
14
15trait CompSciStudent: Programmer + Student {
16 fn git_username(&self) -> String;
17}
18
19struct StreetPerson(String);
20struct CollegeStudent(String);

Callers

nothing calls this directly

Implementers 1

supertraits.rs0b_traits/rust/supertraits.rs

Calls

no outgoing calls

Tested by

no test coverage detected