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
Example is here - there is new method on PathBuf and new method on Path which is shown as if available through Deref.
new
PathBuf
Path
If you click on new() in the Deref section, you will get to new() in the main impl section.
new()
The text was updated successfully, but these errors were encountered:
This issue got opened twice, closing in favor of N-1 :)
Sorry, something went wrong.
Hmm, you don't mean #25673, do you? They are different.
Oh, actually, closing as a dupe of #25001 (thanks for filing!).
No branches or pull requests
Example is here - there is
new
method onPathBuf
andnew
method onPath
which is shown as if available through Deref.If you click on
new()
in the Deref section, you will get tonew()
in the main impl section.The text was updated successfully, but these errors were encountered: