We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We could and probably should derive/implement more things:
Clone
Uri
Param
(Partial)Eq
Hash
The text was updated successfully, but these errors were encountered:
I think we also want Display on Uri<'a> so that we can pass around a validated and present a uri.to_string()
Display
Uri<'a>
uri.to_string()
Sorry, something went wrong.
Display is already implemented
No branches or pull requests
We could and probably should derive/implement more things:
Clone
forUri
Param
to print string or bytes (hex encoded?)(Partial)Eq
andHash
The text was updated successfully, but these errors were encountered: