compile

Function compile 

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