select_one

Function select_one 

Source
pub fn select_one<'a>(
    selector: &str,
    root: &'a HTMLElement,
) -> Option<&'a HTMLElement>