Trait symbolic_expressions::IntoSexp [] [src]

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

Required Methods

fn into_sexp(&self) -> Sexp

Implementors