1
2
3
4
/// Extracts the successful type of a `Poll<T>`.

///

/// This macro bakes in propagation of `Pending` signals by returning early.

pub use futures_core::ready;