pub fn parse_image<'a>(
input: &'a str,
) -> Result<AzString, CssImageParseError<'a>>Expand description
A string slice that has been stripped of its quotes. In CSS, quotes are optional in url() so we accept both quoted and unquoted strings.
pub fn parse_image<'a>(
input: &'a str,
) -> Result<AzString, CssImageParseError<'a>>A string slice that has been stripped of its quotes. In CSS, quotes are optional in url() so we accept both quoted and unquoted strings.