1
Fork 0

select AsyncFn traits during overloaded call op

This commit is contained in:
Michael Goulet 2023-12-20 18:03:21 +00:00
parent fde86e586d
commit 17b433351d
5 changed files with 25 additions and 1 deletions

View file

@ -423,8 +423,14 @@ symbols! {
assume,
assume_init,
async_await,
async_call,
async_call_mut,
async_call_once,
async_closure,
async_fn,
async_fn_in_trait,
async_fn_mut,
async_fn_once,
async_fn_track_caller,
async_for_loop,
async_iterator,