Crate async_auto_traits[][src]

Assert and mask auto traits in async fn return types.

WIP. More docs to come, and I'll look into whether this can be used for async blocks too.

Attribute Macros

assert

Assert that the future returned by an async fn implements the given auto traits.

clear

Clear all auto traits from the async fns return type.

set

Set auto traits for this async fns return type.