Function rustdoc::passes::collect_intra_doc_links::preprocess_link
source · [−]fn preprocess_link(
ori_link: &MarkdownLink
) -> Option<Result<PreprocessingInfo, PreprocessingError>>Expand description
Returns:
Noneif the link should be ignored.Some(Err)if the link should emit an errorSome(Ok)if the link is valid
link_buffer is needed for lifetime reasons; it will always be overwritten and the contents ignored.