Skip to main content

compile

Function compile 

Source
pub fn compile<'a, A: Adapter>(
    selector: &str,
    options: &Options<A>,
    root: &'a HTMLElement,
) -> CompiledQuery<'a, A>
Expand description

Compile CSS selector with options and root element.