Macro def_string_line

Source
macro_rules! def_string_line {
    ($id:ident, $i:expr, $tt:tt, $ty:ident) => { ... };
}
Expand description

Meta macro, define parser for lines starting with $i, map to enum $tt type $ty Converts to &str and trims whitespace from line