Function css_modules::grammar::parse_selector

source ยท
pub fn parse_selector<'p>(
    selector: &'p str,
) -> ParserResult<'_, Pairs<'p, Rule>>