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.
pub fn compile<'a, A: Adapter>(
selector: &str,
options: &Options<A>,
root: &'a HTMLElement,
) -> CompiledQuery<'a, A>Compile CSS selector with options and root element.