MCPcopy 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

1use rui::*;
2
3trait MyMod {
4 fn my_modifier(self) -> AnyView;
5}
6
7impl MyMod for AnyView {
8 fn my_modifier(self) -> AnyView {

Callers

nothing calls this directly

Implementers 1

any_view_modifier.rsexamples/any_view_modifier.rs

Calls

no outgoing calls

Tested by

no test coverage detected