encode_poll_chain

Macro encode_poll_chain 

Source
macro_rules! encode_poll_chain {
    ($lhs: expr, $enc: expr, $chain: expr) => { ... };
}
Expand description

Continues encoding by first polling the $enc expression, and then calling the $chain expression, and finally converts the result to a PollEncodeStatus