[][src]Macro nom_obj::def_string_line

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

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