Function symbolic_expressions::ser::to_writer_with_rules [] [src]

pub fn to_writer_with_rules<W>(
    writer: &mut W,
    rules: Rules,
    value: &Sexp
) -> Result<(), SexpError> where
    W: Write

serialize a symbolic-expression to a Writer using a Rules Formatter