Struct nya::SimpleFile [] [src]

pub struct SimpleFile {
    pub name: OsString,
    pub content: String,
    pub abs_path: PathBuf,
    pub rel_path: PathBuf,
}

Fields

Trait Implementations

impl Debug for SimpleFile
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for SimpleFile

impl Sync for SimpleFile