Trait kicad_parse_gen::FromSexp [] [src]

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

convert from a symbolic-expression to something

Required Methods

convert from a symbolic-expression to something

Implementors