Function html_element

Source
pub fn html_element(id: &str) -> HtmlElement
Expand description

Find an element by id

ยงPanics

This panics if the element is not found, or is not an HtmlElement