Function parse_grouping

Source
pub fn parse_grouping(calc: &str) -> Result<Calculation, GetNumberError>
Expand description

ยงErrors

  • If the input is not a grouping.
  • If the contents fails to parse.