Isn't uuid::Uuid supported by default? #2318
Replies: 1 comment
-
Working after enabling uuid feature. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The above code fails to compile with error:
SEVERE: error[E0599]: no method named
into_into_dartfound for struct
uuid::Uuidin the current scope
I thought uuid::Uuid is supported by default.
Beta Was this translation helpful? Give feedback.
All reactions