Module async_fn_in_trait

Source

Structs§

AsyncFnInTrait
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 of async fn in the definition of a publicly-reachable trait.