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