Struct mustache::Template [] [src]

pub struct Template { /* fields omitted */ }

Template represents a compiled mustache file.

Methods

impl Template
[src]

[src]

Renders the template with the Encodable data.

[src]

Renders the template with the Data.

[src]

Renders the template to a String with the Encodable data.

[src]

Renders the template to a String with the Data.

Trait Implementations

impl Debug for Template
[src]

[src]

Formats the value using the given formatter.

impl Clone for Template
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more