Closed yorickdewid closed 2 years ago
Private fields are useless, unless you print the structure to debug.
@richardeoin
Thanks for the PR @yorickdewid . These structs can also be marked #[non_exhaustive] to avoid breaking user code if more fields are added in future
Build succeeded:
Private fields are useless, unless you print the structure to debug.