Function symbolic_expressions::ser::to_vec_with_formatter [−][src]
pub fn to_vec_with_formatter<F>(
value: &Sexp,
formatter: F
) -> Result<Vec<u8>, SexpError> where
F: Formatter,
Expand description
serialize a symbolic-expression to a Vec