errors.fyi community error code reference
E0603
rust

Private Item Access

An attempt was made to access a private item from outside the module where it is defined. Mark the item pub to expose it, or access it through a public API provided by the module.

References

← all namespaces