usestd::path::PathBuf;/// Generated template content for one output path.
#[derive(Debug, Clone, PartialEq, Eq)]pubstructConfigTemplateTarget{/// Path that should receive the generated content.
pubpath: PathBuf,
/// Complete template content to write to `path`.
pubcontent: String,
}