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

Method default

examples/custom_modifier.rs:10–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8
9impl Default for MyControlType {
10 fn default() -> Self {
11 Self::Chill
12 }
13}
14
15trait MyMods: View + Sized {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected