I have a struct where all fields are private, because they should be set using public setters.
It feels awkward to document the setter with a description of the field it sets.
Is there a way to document and show a private field on rustdoc?
I have a struct where all fields are private, because they should be set using public setters.
It feels awkward to document the setter with a description of the field it sets.
Is there a way to document and show a private field on rustdoc?