We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Self
Currently if you have a link in a method's docs to another method on the same type you have to put it as
[`read`](RwVolAddr::read)
It would be helpful if Self was recognized when linking to other methods of the same type.
[`read`](Self::read)