Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
trait MyMods: View + Sized {
16
fn agro(self) -> Self;
17
}
18
19
fn my_control() -> impl MyMods {
20
modview(|t, _| {
Callers
nothing calls this directly
Implementers
1
custom_modifier.rs
examples/custom_modifier.rs
Calls
no outgoing calls
Tested by
no test coverage detected