Struct lsiotemplate::Client
[−]
[src]
pub struct Client {
pub handlebars: Handlebars,
pub data: String,
pub data_type: DataTypes,
pub template: String,
pub template_type: TemplateTypes,
pub output_file: String,
pub error: ErrorOutput,
pub output: Output,
pub is_quiet: bool,
}Client struct that will carry options around.
Fields
handlebars: Handlebars
data: String
data_type: DataTypes
template: String
template_type: TemplateTypes
output_file: String
error: ErrorOutput
output: Output
is_quiet: bool