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