pub fn select_one<'a>(
selector: &str,
root: &'a HTMLElement,
) -> Option<&'a HTMLElement>Expand description
Select the first element matching the CSS selector.
pub fn select_one<'a>(
selector: &str,
root: &'a HTMLElement,
) -> Option<&'a HTMLElement>Select the first element matching the CSS selector.