Function rustdoc::html::format::resolved_path [−][src]
fn resolved_path<'a, 'cx: 'a>(
w: &mut Formatter<'_>,
did: DefId,
path: &Path,
print_all: bool,
use_absolute: bool,
cx: &'cx Context<'_>
) -> Result
Expand description
Used when rendering a ResolvedPath
structure. This invokes the path
rendering function with the necessary arguments for linking to a local path.