Function parse_percentage

Source
pub fn parse_percentage(
    input: &str,
) -> Result<PercentageValue, PercentageParseError>