Expand description

Extractor that will get captures from the URL and parse them using serde.

Structs

Rejection type for Path if the captured routes params couldn’t be deserialized into the expected type.
Rejection used by RawPathParams if a parameter contained text that, once percent decoded, wasn’t valid UTF-8.
Extractor that will get captures from the URL and parse them using serde.
Extractor that will get captures from the URL without deserializing them.
An iterator over raw path parameters.

Enums

The kinds of errors that can happen we deserializing into a Path.