RustRover: Unable to evaluate
Answered
Hey! I'm trying to evaluate an expression. Here is a `user_id` of type `Uuid` that has a method called `to_string`. I want to simply get the string value of this UUID, but I'm getting `error: could not find decl to_string`
Please sign in to leave a comment.
Hello!
As mentioned in the documentation, the method call cannot be evaluated using this method:
https://www.jetbrains.com/help/rust/examining-suspended-program.html#evaluate-expression-in-the-code