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