Enum kicad_parse_gen::schematic::Element [] [src]

pub enum Element {
    Component(Component),
    Other(String),
}

a schematic element is either a component or another unparsed element

Variants

a component element

an unparsed other element

Trait Implementations

impl Debug for Element
[src]

Formats the value using the given formatter.

impl Display for Element
[src]

Formats the value using the given formatter.