Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bedroombuilds/python2rust
/ Programmer
Interface
Programmer
0b_traits/rust/supertraits.rs:11–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
}
10
11
trait Programmer {
12
fn fav_language(&self) -> String;
13
}
14
15
trait CompSciStudent: Programmer + Student {
16
fn git_username(&self) -> String;
Callers
nothing calls this directly
Implementers
1
supertraits.rs
0b_traits/rust/supertraits.rs
Calls
no outgoing calls
Tested by
no test coverage detected