fn __parse_all_placeholders<'input>(
    __input: &'input str,
    __state: &mut ParseState<'input>,
    __pos: usize
) -> RuleResult<Vec<&'input str>>