Struct cryogen_prelude::VarMapping [] [src]

pub struct VarMapping<'a> { /* fields omitted */ }

Defines a mapping between a template variable, and the file to populate it.

Methods

impl<'a> VarMapping<'a>
[src]

Builds a VarMapping from a String

Builds a VarMapping from a String, and panics if it fails.

Trait Implementations

impl<'a> Debug for VarMapping<'a>
[src]

Formats the value using the given formatter.