Skip to main content

matching_links

Function matching_links 

Source
fn matching_links<'a>(
    cx: &'a NoGC,
    links: &'a NodeList,
    link_text: String,
    partial: bool,
) -> impl Iterator<Item = String> + 'a
Expand description