rustdoc::html::format

Function make_href

Source
fn make_href(
    root_path: Option<&str>,
    shortty: ItemType,
    url_parts: UrlPartsBuilder,
    fqp: &[Symbol],
    is_remote: bool,
) -> Result<(String, ItemType, Vec<Symbol>), HrefError>