[][src]Module usher::matcher

Matchers used to compare against incoming segments.

Values of type Matcher are stored inside a tree and used to match against incoming segments in order to walk through the tree correctly.

Structs

DynamicMatcher

Dynamic path segment matcher.

StaticMatcher

Static path segment matcher.

Traits

Matcher

Matching trait to enable generic route matching algorithms.