Using an async block or function in a trait #82
Labels
good first issue
Good for newcomers
help wanted
Extra attention is needed
status-quo-story-ideas
"Status quo" user story ideas
Brief summary
It's very easy to write inherent
async fn
s on a type, but if using them inside a trait method is much harder. For example, this pseudo code doesn't work, and making it work isn't intuitive:Optional details
async fn
when implementing a trait.async fn
orasync
block.The text was updated successfully, but these errors were encountered: