pub trait HtmlDescriptionLinter {
// Required method
fn description_html(&self) -> String;
}
Expand description
A blanket-implemented trait that renders the Markdown description field of a linter to HTML.
pub trait HtmlDescriptionLinter {
// Required method
fn description_html(&self) -> String;
}
A blanket-implemented trait that renders the Markdown description field of a linter to HTML.