href in rustdoc::html::format - Rust (original) (raw)

rustdoc::html::format

Function href

Source

pub(crate) fn href(
    did: DefId,
    cx: &Context<'_>,
) -> Result<(String, ItemType, Vec<Symbol>), HrefError>