Info
This post is auto-generated from RSS feed The Rust Programming Language Forum - Latest topics. Source: Stabilizing `AsyncFnOnce::CallOnceClosure`, `AsyncFnMut::CallRefClosure` associated types?
Hello!
Any efforts or tracking on stabilizing said associated types? Without them, you can't basically have both AsyncFn*
lifetime link and ability to add constraints like Send
onto returned future.
While AsyncFn*
traits landed recently, there seems to be no tracking issue for async_fn_traits
in general.
Thanks
3 posts - 2 participants
🏷️ Rust_feed