Struct incrust::incrust::Incrust [] [src]

pub struct Incrust {
    // some fields omitted
}

Methods

impl Incrust
[src]

fn new() -> Self

fn add_loader(&mut self, loader: Box<Loader>)

fn load_template(&self, name: &str) -> LoadResult

fn parse_template(&self, template: &str) -> ParseResult

fn render_text(&self, template: &str) -> RenderResult

fn render_template(&self, name: &str) -> RenderResult

Trait Implementations

impl Debug for Incrust
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Default for Incrust
[src]

fn default() -> Self

Returns the "default value" for a type. Read more