I write C++, and I have little hope or motivation to learn rust. I would gladly learn it in class with a good teacher, though, but not without. Programming languages should not have a steep learning curve.
Disclaimer: I managed to parse a embryonic programming language using a parser generator (lexy).
Rustlings gives a great introduction to the language:
https://github.com/rust-lang/rustlings
Disclaimer: I write JavaScript