errors.fyi community error code reference
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.

References

โ† all namespaces for E0616