Error code E0603
A private item was used outside its scope.
Erroneous code example:
ⓘ
In order to fix this error, you need to make the item public by using the pub
keyword. Example:
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
A private item was used outside its scope.
Erroneous code example:
ⓘ
In order to fix this error, you need to make the item public by using the pub
keyword. Example: