MarkdownItemInfo in rustdoc::html::markdown - Rust (original) (raw)
Struct MarkdownItemInfo
pub(crate) struct MarkdownItemInfo<'a>(pub(crate) &'a str, pub(crate) &'a mut IdMap);
Expand description
A tuple struct like Markdown
that renders the markdown escaping HTML tags and includes no paragraph tags.
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 24 bytes