Macro object::read::any::with_inner

source ยท
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.