Function poll_03_to_01

Source
pub fn poll_03_to_01<T, E>(x: Poll<Result<T, E>>) -> Poll<T, E>
Expand description

Map std::task::Poll to a futures 0.1 poll.