1/// Extracts the successful type of a `Poll<T>`. 2/// 3/// This macro bakes in propagation of `Pending` signals by returning early. 4pub use futures_core::ready;