object::read::any

Macro 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.