Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audulus/rui
/ MyMod
Interface
MyMod
examples/any_view_modifier.rs:3–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
use rui::*;
2
3
trait MyMod {
4
fn my_modifier(self) -> AnyView;
5
}
6
7
impl MyMod for AnyView {
8
fn my_modifier(self) -> AnyView {
Callers
nothing calls this directly
Implementers
1
any_view_modifier.rs
examples/any_view_modifier.rs
Calls
no outgoing calls
Tested by
no test coverage detected