Function parse_gradient_stop

Source
pub fn parse_gradient_stop<'a>(
    input: &'a str,
) -> Result<GradientStopPre, CssGradientStopParseError<'a>>