Skip to main content

auric_runtime/routing/
route_def.rs

1#[derive(Clone)]
2pub struct RouteDef {
3    pub path: String,
4}