[−][src]Function serde_lexpr::print::to_writer_custom
pub fn to_writer_custom<W>(
writer: W,
value: &Value,
options: Options
) -> Result<(), Error> where
W: Write,
Serialize the given value value as S-expression text into the IO stream.