Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IntegralPilot/rustc_codegen_jvm
/ main.rs
File
main.rs
tests/binary/traits/src/main.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
trait Calculator {
2
// Performs a primary calculation
3
fn calculate(&self, a: i32, b: i32) -> i32;
4
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected