Struct handlebars_iron::DirectorySource[][src]

pub struct DirectorySource {
    pub prefix: PathBuf,
    pub suffix: &'static str,
}

Fields

Methods

impl DirectorySource
[src]

Trait Implementations

Auto Trait Implementations