MCPcopy Create free account
hub / github.com/algoscienceacademy/RustUI / DefaultTransition

Class DefaultTransition

src/navigation/mod.rs:100–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98
99#[derive(Clone)]
100struct DefaultTransition;
101
102impl Transition for DefaultTransition {
103 fn begin(&self) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected