macro_rules! encode_poll_fini {
($lhs: expr, $enc: expr) => { ... };
}Expand description
Finalizes encoding by polling the $enc expression, and converts
the result to a PollEncodeStatus
macro_rules! encode_poll_fini {
($lhs: expr, $enc: expr) => { ... };
}Finalizes encoding by polling the $enc expression, and converts
the result to a PollEncodeStatus