[][src]Module yew_router_min::route

Parses routes into enums or structs.

Structs

AllowMissing

Allows a section to match, providing a None value, if its contents are entirely missing, or starts with a '/'.

LeadingSlash

Wrapper that requires that an implementor of Switch must start with a /.

Traits

Switch

Derivable routing trait that allows instances of implementors to be constructed from Routes.