macro_rules! try_parse_one {
    ($context: expr, $input: expr, $var: ident, $prop_module: ident) => { ... };
}