Module maybe_async_channel::helpers
source · Expand description
A crate of helpers to create “maybe-async” types and traits.
When we have compiler support for “maybe-async” this will be emitted by the desugaring, and should not surface to users of the feature.
Structs
Traits
A bound on types which determines whether a type is async or not.