macro_rules! next_inner {
($inner:expr, $from:ident, $to:ident) => { ... };
}
Expand description
Call next
for a file format iterator.
macro_rules! next_inner {
($inner:expr, $from:ident, $to:ident) => { ... };
}
Call next
for a file format iterator.