Trait 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

Required Methods§

Implementations on Foreign Types§

Source§

impl Render for Vec<TemplatePart>

Implementors§