macro_rules! forward_poll_shutdown {
    ($field:ident) => { ... };
}
Expand description

An implementation of [poll_shutdown] that forwards readiness checks to a field.