macro_rules! poll { ($e:expr) => { ... }; }
A helper macro for extracting the value of Poll<T>.
Poll<T>