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