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

Enum RouteType

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

Source from the content-addressed store, hash-verified

33
34#[derive(Clone, Hash, Eq, PartialEq)]
35pub enum RouteType {
36 Push,
37 Modal,
38 Root,
39}
40
41pub trait Transition {
42 fn begin(&self);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected