Function lexpr::to_writer

source ·
pub fn to_writer<W: Write>(writer: W, value: &Value) -> Result<()>
Expand description

Serialize the given value value as S-expression text into the IO stream, using the default printer options.