macro_rules! with_inner {
($inner:expr, $enum:ident, | $var:ident | $body:expr) => { ... };
}
Expand description
Evaluate an expression on the contents of a file format enum.
This is a hack to avoid virtual calls.
macro_rules! with_inner {
($inner:expr, $enum:ident, | $var:ident | $body:expr) => { ... };
}
Evaluate an expression on the contents of a file format enum.
This is a hack to avoid virtual calls.