HtmlWriter

Trait HtmlWriter 

Source
trait HtmlWriter {
    // Required method
    fn write_html(&self, data: &str, path: &Path) -> Result<(), HtmlError>;
}
Expand description

Contains the method to abstract the writing of HTML files

Required Methods§

Source

fn write_html(&self, data: &str, path: &Path) -> Result<(), HtmlError>

Implementors§