Function symbolic_expressions::ser::to_writer_with_formatter [−][src]
pub fn to_writer_with_formatter<W, F>(
writer: &mut W,
formatter: F,
value: &Sexp
) -> Result<(), SexpError> where
W: Write,
F: Formatter,
Expand description
serialize a symbolic-expression to a Writer using a Formatter