fn parse_next_substitution(s: &str) -> Option<(Substitution<'_>, &str)>Expand description
Parse the next substitution from the input string.
fn parse_next_substitution(s: &str) -> Option<(Substitution<'_>, &str)>Parse the next substitution from the input string.