Function lexpr::print::to_writer_custom

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

Serialize the given value value as S-expression text into the IO stream.