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