Macro diny_core::decode_poll_chain[][src]

macro_rules! decode_poll_chain {
    ($lhs : expr, $rhs : ident, $dec : expr, $chain : expr) => { ... };
}
Expand description

Continues decoding by first polling the $dec expression, and then calling the $chain closure with any resulting data, and finally converts the result to a PollDecodeStatus