Trait symbolic_expressions::IntoSexp[][src]

pub trait IntoSexp {
    fn into_sexp(&self) -> Sexp;
}
Expand description

like Into trait but works from a ref avoiding consumption or expensive clone

Required methods

convert self into a Sexp

Implementors