E0616
rust Private Field Access
A struct field was accessed from outside the module in which it is declared. Struct fields are private by default; mark the field pub or add a public accessor method.
A struct field was accessed from outside the module in which it is declared. Struct fields are private by default; mark the field pub or add a public accessor method.