Function rustdoc::html::format::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>