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