pub fn all_placeholders<'input>(
    __input: &'input str
) -> Result<Vec<&'input str>, ParseError>