find_raw_urls

Function find_raw_urls 

Source
fn find_raw_urls(
    cx: &DocContext<'_>,
    dox: &str,
    text: &str,
    range: Range<usize>,
    f: &impl Fn(&DocContext<'_>, &'static str, Range<usize>, Option<&str>),
)