Error code E0533
An item which isn't a unit struct, a variant, nor a constant has been used as a match pattern.
Erroneous code example:
ⓘ
If you want to match against a value returned by a method, you need to bind the value first:
An item which isn't a unit struct, a variant, nor a constant has been used as a match pattern.
Erroneous code example:
ⓘ
If you want to match against a value returned by a method, you need to bind the value first: