pub trait ToSyntax {
// Required method
fn to_syntax(
&self,
buffer: &mut dyn Write,
use_macros: bool,
indent: usize,
) -> Result;
}
Expand description
A trait to convert html string into sauron view syntax