Ossido
Loading...
The parameters for a single generated page: a map from each dynamic slot name to its SegmentValue. Built through the closure passed to StaticPaths::register.
pub struct StaticParams(HashMap<String, SegmentValue>);
StaticParams::new() .param("lang", "en") .catchall("path", vec!["docs".into(), "intro".into()])