☰
In rustdoc::passes::collect_intra_doc_links
In rustdoc::passes::collect_intra_doc_links
Modules
early
Structs
DiagnosticInfo
LinkCollector
PreprocessedMarkdownLink
PreprocessingInfo
ResolutionInfo
UnresolvedPath
Enums
Disambiguator
MalformedGenerics
PreprocessingError
Res
ResolutionFailure
Suggestion
UrlFragment
Constants
COLLECT_INTRA_DOC_LINKS
Functions
ambiguity_error
anchor_failure
collect_intra_doc_links
disambiguator_error
full_res
is_derive_trait_collision
preprocess_link
preprocessed_markdown_links
privacy_error
range_between_backticks
report_anchor_conflict
report_diagnostic
report_malformed_generics
report_multiple_anchors
resolution_failure
resolve_associated_trait_item
resolve_primitive
should_ignore_link
should_ignore_link_with_disambiguators
strip_generics_from_path
strip_generics_from_path_segment
suggest_disambiguator
trait_assoc_to_impl_assoc_item
trait_impls_for
Type Definitions
ResolveRes
?
Function
rustdoc
::
passes
::
collect_intra_doc_links
::
strip_generics_from_path_segment
source
·
[
−
]
fn strip_generics_from_path_segment(
segment:
Vec
<
char
>
) ->
Result
<
String
,
MalformedGenerics
>