Trait kicad_parse_gen::FromSexp [] [src]

pub trait FromSexp {
    fn from_sexp(&Sexp) -> Self;
}

convert from a symbolic-expression to something

Required Methods

fn from_sexp(&Sexp) -> Self

convert from a symbolic-expression to something

Implementors