1
2
3
4
5
6
#[derive(Clone, Debug)]
pub struct GeneratedFile {
    pub file_name: String,
    pub mod_name: String,
    pub file_content: String
}