Function parse_hyperlinks::parser::html::html_text2dest_link[][src]

pub fn html_text2dest_link(i: &str) -> IResult<&str, Link<'_>>

Wrapper around html_text2dest() that packs the result in Link::Text2Dest.