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.
macro_rules! forward_poll {
($field:ident) => { ... };
($field:ident, $err:expr) => { ... };
}An implementation of crate::Service::poll that forwards poll call to a field.