pub trait FromSexp where Self: Sized, { fn from_sexp(_: &Sexp) -> Result<Self, SexpError>; }
convert an &Sexp to something
&Sexp
convert from a symbolic-expression to something