query_selector_all

Function query_selector_all 

Source
pub fn query_selector_all<'a>(
    root: &'a HTMLElement,
    selector_str: &str,
) -> Vec<&'a HTMLElement>