#rustdoc - reference field instead of method
5 messages · Page 1 of 1 (latest)
5 messages · Page 1 of 1 (latest)
I've got a struct with a field members and a method members, both public, and I'm trying to reference the field, however [`Self::members`]
seems to reference the method, how do I reference the field instead?
are you specifically trying to specify it in documentation?
I think rustdoc doesn't have a specific way to disambiguate struct fields