pub fn poll_01_to_03<T, E>(x: Poll<T, E>) -> Poll<Result<T, E>>
Map futures 0.1 poll to std::task::Poll.
futures 0.1
std::task::Poll