Function parse_hyperlinks_html::parser::image::html_img_link [−][src]
pub fn html_img_link(i: &str) -> IResult<&str, Link<'_>>
Expand description
Wrapper around html_img() that packs the result in
Link::Image.