Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bedroombuilds/python2rust
/ name
Method
name
0b_traits/rust/supertraits.rs:48–50 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
46
47
impl Person for SuperCompSciStudent {
48
fn name(&self) -> String {
49
self.0.clone()
50
}
51
}
52
impl Programmer for SuperCompSciStudent {
53
fn fav_language(&self) -> String {
Callers
1
git_username
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected