Crate winter_maybe_async

Source

Macros§

maybe_await
Parses an expression and conditionally adds the .await keyword at the end of it depending on the async feature flag being enabled.

Attribute Macros§

maybe_async
Parses a function (regular or trait) and conditionally adds the async keyword depending on the async feature flag being enabled.
maybe_async_trait
Conditionally add async keyword to functions.