Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
impl Default for MyControlType {
10
fn default() -> Self {
11
Self::Chill
12
}
13
}
14
15
trait MyMods: View + Sized {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected