Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
35
pub enum RouteType {
36
Push,
37
Modal,
38
Root,
39
}
40
41
pub trait Transition {
42
fn begin(&self);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected