Crate async_t_internal[−][src]
Attribute Macros
requires nightly and cannot be used with dynamic dispatch. also has limited support for generics. | it doesn’t use any dynamic dispatch and is a complete zero cost wrapper. | requires features [ generic_associated_types, type_alias_impl_trait ] | if the compiler is not nighlty, it will default to dtolnay’s async_trait | known bug: lifetime errors might be thrown when bounds are different than declared