Trait synonyms for Fn-trait bounds returning futures, enabling async function traits.
# Cargo.toml
[dependencies]
async_fn_traits = "0.1.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Define and use an async function trait.
Add tokio or async-std as a dependency and use #[tokio::main] or similar.
No dependency data recorded yet.