Module async_utils::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§

  • An extension trait for core::task::Poll that provides convenient adapters for extracting output values.