Struct rustdoc::externalfiles::ExternalHtml [] [src]

pub struct ExternalHtml {
    pub in_header: String,
    pub before_content: String,
    pub after_content: String,
}
🔬 This is a nightly-only experimental API. (rustdoc)

Fields

🔬 This is a nightly-only experimental API. (rustdoc)

Content that will be included inline in the section of a rendered Markdown file or generated documentation

🔬 This is a nightly-only experimental API. (rustdoc)

Content that will be included inline between and the content of a rendered Markdown file or generated documentation

🔬 This is a nightly-only experimental API. (rustdoc)

Content that will be included inline between the content and of a rendered Markdown file or generated documentation

Methods

impl ExternalHtml
[src]

🔬 This is a nightly-only experimental API. (rustdoc)

Trait Implementations

impl Clone for ExternalHtml
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more