Skip to main content

reader

Macro reader 

Source
macro_rules! reader {
    ($inner:ident, $extra:ident, $body:block) => { ... };
}