Module utils

Source
Expand description

Helper re-exports for use in macros.

Modules§

future
Asynchronous basic functionality.
pin
Types that pin data to a location in memory.
result
Error handling with the Result type.
task
Types and Traits for working with asynchronous tasks.

Functions§

poll_fn
Creates a new future wrapping around a function returning Poll.