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
trait HtmlWriter {
// Required method
fn write_html(&self, data: &str, path: &Path) -> Result<(), HtmlError>;
}Contains the method to abstract the writing of HTML files