Structs§
- Async
FnIn Trait - Lint for use of
async fn
in the definition of a publicly-reachable trait.
Statics§
- ASYNC_
FN_ IN_ TRAIT - The
async_fn_in_trait
lint detects use ofasync fn
in the definition of a publicly-reachable trait.
async fn
in the definition of a publicly-reachable
trait.async_fn_in_trait
lint detects use of async fn
in the
definition of a publicly-reachable trait.