Type Definition gotham::router::tree::segment::SegmentMapping[][src]

type SegmentMapping<'r> = HashMap<&'r str, Vec<&'r PercentDecoded>>;

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