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.
E0616
rust 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.