Searched refs:DocsUrlGenerator (Results 1 – 3 of 3) sorted by relevance
51 pub fn to_markdown(&self, docs_url_gen: &DocsUrlGenerator) -> String { in to_markdown()209 pub struct DocsUrlGenerator { struct214 impl DocsUrlGenerator { argument402 DocsUrlGenerator::default().gen_for_rust_link(&Docs::from_attrs(&[attr]).1[0]), in test_docs_url_generator()408 DocsUrlGenerator::with_base_urls( in test_docs_url_generator()419 DocsUrlGenerator::with_base_urls(Some("http://std-docs.biz/".to_string()), HashMap::new()) in test_docs_url_generator()
43 pub use docs::{DocType, Docs, DocsUrlGenerator, RustLink, RustLinkDisplay};
30 pub use crate::ast::{Docs, DocsUrlGenerator};