MCPcopy Create free account
hub / github.com/audulus/rui / MyMods

Interface MyMods

examples/custom_modifier.rs:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15trait MyMods: View + Sized {
16 fn agro(self) -> Self;
17}
18
19fn my_control() -> impl MyMods {
20 modview(|t, _| {

Callers

nothing calls this directly

Implementers 1

custom_modifier.rsexamples/custom_modifier.rs

Calls

no outgoing calls

Tested by

no test coverage detected