Function rustdoc::html::format::href_relative_parts [−][src]
pub(crate) fn href_relative_parts<'a>(
fqp: &'a [String],
relative_to_fqp: &'a [String]
) -> Vec<&'a str>
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.