forward_poll

Macro forward_poll 

Source
macro_rules! forward_poll {
    ($field:ident) => { ... };
    ($field:ident, $err:expr) => { ... };
}
Expand description

An implementation of crate::Service::poll that forwards poll call to a field.