21
how I finally understood async/await in Rust (part 2)
(hegdenu.net)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
Especially dealing with those pinned structs for the state. I get why it's needed because it's on the stack somewhere but it sure makes it hard to work with without using pin_project or pin_project_lite.