Function parse_tokens_str_safe

Source
pub fn parse_tokens_str_safe(
    text: &str,
) -> Result<Vec<Spanned<Token>>, Vec<Simple<char>>>