MCPcopy Create free account
hub / github.com/IntegralPilot/rustc_codegen_jvm / new

Method new

tests/binary/impl/src/main.rs:13–20  ·  view source on GitHub ↗

Primary constructor

(name: &'static str, limit: u32)

Source from the content-addressed store, hash-verified

11
12struct ObjectWaitMillis;
13
14impl ObjectWaitMillis {
15 fn wait(&self, _millis: u64) {}
16}
17
18struct ObjectWaitMillisNanos;
19
20impl ObjectWaitMillisNanos {
21 fn wait(&self, _millis: u64, _nanos: i32) {}
22}
23

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected