Trait kicad_parse_gen::FromSexp [] [src]

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

convert from a symbolic-expression to something

Required Methods

convert from a symbolic-expression to something

Implementors