Type Alias SegmentMapping

Source
pub type SegmentMapping<'r> = HashMap<&'r str, Vec<&'r PercentDecoded>>;
Expand description

Mapping of segment names into the collection of values for that segment.

Aliased Typeยง

pub struct SegmentMapping<'r> { /* private fields */ }