Module traits

Source
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::Poll that provides convenient adapters for extracting output values.