[][src]Function task_compat::poll_03_to_01

pub fn poll_03_to_01<T, E>(x: Poll03<Result<T, E>>) -> Poll01<T, E>

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