Function parse_percentage_value

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