Crate futures_core
See all futures_core's items
Core traits and types for asynchronous operations in Rust.
Futures.
Definition of the Never type, a stand-in for the ! type until it becomes stable.
Never
!
Asynchronous streams.
Task notification.
Extracts the successful type of a Poll<T>.
Poll<T>