Expand description
This crate defines a StackFuture
wrapper around futures that stores the wrapped
future in space provided by the caller. This can be used to emulate dyn async traits
without requiring heap allocation.
For more details, see the documentation on the StackFuture
struct.
Structsยง
- Into
Stack Future Error - Captures information about why a future could not be converted into a
StackFuture
- Stack
Future - A wrapper that stores a future in space allocated by the container