pub fn compile_token<'a, A: Adapter>(
selector: &str,
options: &Options<A>,
root: &'a HTMLElement,
) -> CompiledQuery<'a, A>Expand description
Compile a CSS selector token.
pub fn compile_token<'a, A: Adapter>(
selector: &str,
options: &Options<A>,
root: &'a HTMLElement,
) -> CompiledQuery<'a, A>Compile a CSS selector token.