Function id_to_url

Source
fn id_to_url<S: BuildHasher + Default>(
    doc: &Crate,
    extra_paths: &HashMap<&Id, Node<'_>, S>,
    local_html_root_url: &str,
    id: &Id,
) -> Option<String>