Trait flag_algebra::tools::Html
source · pub trait Html {
const LATEX: bool = false;
// Required method
fn print_html<W: Write>(&self, w: &mut W) -> Result<()>;
// Provided method
fn html(&self, name: &str) -> Result<()> { ... }
}Expand description
Describe element in an html page