Struct jens::Template[][src]

pub struct Template { /* fields omitted */ }

Methods

impl Template
[src]

Replaces a matching string anywhere inside this template and subtemplates

Process a specific template section

Repeats a template section for each of values, running map over each instance

Parse template source into a Template

Trait Implementations

impl Debug for Template
[src]

Formats the value using the given formatter. Read more

impl Clone for Template
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Template

impl Sync for Template