pub fn compile_general_selector<'a, A: Adapter + 'a>(
next: Box<dyn Fn(&A::HTMLElement) -> bool + 'a>,
selector: &InternalSelector,
adapter: &'a A,
) -> Box<dyn Fn(&A::HTMLElement) -> bool + 'a>pub fn compile_general_selector<'a, A: Adapter + 'a>(
next: Box<dyn Fn(&A::HTMLElement) -> bool + 'a>,
selector: &InternalSelector,
adapter: &'a A,
) -> Box<dyn Fn(&A::HTMLElement) -> bool + 'a>