Function href_relative_parts

Source
pub(crate) fn href_relative_parts(
    fqp: &[Symbol],
    relative_to_fqp: &[Symbol],
) -> UrlPartsBuilder
Expand description

Both paths should only be modules. This is because modules get their own directories; that is, std::vec and std::vec::Vec will both need ../iter/trait.Iterator.html to get at the iterator trait.