Struct nya::SimpleFile
[−]
[src]
pub struct SimpleFile {
pub name: OsString,
pub content: String,
pub abs_path: PathBuf,
pub rel_path: PathBuf,
}Fields
name: OsString
content: String
abs_path: PathBuf
rel_path: PathBuf