Trait string_template_plus::Render
source · pub trait Render {
// Required methods
fn render(&self, op: &RenderOptions) -> Result<String, Error>;
fn print(&self);
}
Expand description
Provides the function to render the object with RenderOptions
into String