Macro diny_core::encode_chain [−][src]
macro_rules! encode_chain {
($lhs : expr, $enc : expr) => { ... };
}Expand description
Starts encoding by calling the $enc expression, and converts the
result to a PollEncodeStatus
macro_rules! encode_chain {
($lhs : expr, $enc : expr) => { ... };
}Starts encoding by calling the $enc expression, and converts the
result to a PollEncodeStatus