Function clippy_utils::is_async_fn

source ·
pub fn is_async_fn(kind: FnKind<'_>) -> bool
Expand description

Checks if the given function kind is an async function.