Struct porteurbars::Template [] [src]

pub struct Template {
    pub path: PathBuf,
}

A template holds a path to template source and a file describing the default values associated with names used in the template

Fields

path to template source

Methods

impl Template
[src]

[src]

[src]

Apply template

Trait Implementations

impl Debug for Template
[src]

[src]

Formats the value using the given formatter.