Function parse_hyperlinks::parser::html_img::html_img_link
source · pub fn html_img_link(i: &str) -> IResult<&str, Link<'_>>Expand description
Wrapper around html_img() that packs the result in
Link::Image.
pub fn html_img_link(i: &str) -> IResult<&str, Link<'_>>Wrapper around html_img() that packs the result in
Link::Image.