macro_rules! fn_parse_file {
    ($unit:ty, $parser:ty) => { ... };
}
Expand description

File parser template. Submodes that defines a syntax may use this to add a parser fn.