Enum kicad_parse_gen::Expected [] [src]

pub enum Expected {
    Module,
    Schematic,
    Layout,
    SymbolLib,
    Project,
    FpLibTable,
    Any,
}

types of Kicad files that we expect to read

Variants

a Kicad module, also know as a footprint

a Kicad schematic file

a Kicad layout file

a Kicad symbol library file

a Kicad project file

an fp-lib-table file

any Kicad file

Trait Implementations

impl PartialEq for Expected
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.