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