Expand description
Traits that are useful for working with async code, but do not fit into a more specific
category. These are often extension traits for types that are not defined by async_utils.
Traitsยง
- PollExt
- An extension trait for
core::task::Pollthat provides convenient adapters for extracting output values.