Attempt to parse an element of type T from the URL as per the routing of the resource.
Attempt to parse an element of type T from the URL as per the routing of the resource. If the URL matches, return ParseSuccess with the rest of the URL, and the parsed element. If the URL does not match, return ParseFailure
URL to parse from.
the result of attempted parsing.
Partially parses type
T
from a URL.