Struct kicad_parse_gen::project::Project [] [src]

pub struct Project {
    pub data: String,
}

a Kicad project

Fields

project file content as an unparsed String

Trait Implementations

impl Debug for Project
[src]

Formats the value using the given formatter.