async_fn_traits icon indicating copy to clipboard operation
async_fn_traits copied to clipboard

Trait synonyms for “Fn[…]”-trait bounds returning futures

Results 1 async_fn_traits issues
Sort by recently updated
recently updated
newest added

I find this crate very helpful, but lately, I needed to combine two things: * An `AsyncFn` trait bound for a function that takes references, and for one of the...