Module rustc_lint::async_fn_in_trait
source · Structs§
- Lint for use of
async fn
in the definition of a publicly-reachable trait.
Statics§
- The
async_fn_in_trait
lint detects use ofasync fn
in the definition of a publicly-reachable trait.