first_html_attribute

Function first_html_attribute 

Source
fn first_html_attribute(
    document: &Html,
    selector: &str,
    attribute: &str,
) -> Option<String>
Expand description

Extract one attribute from the first matching HTML element.