Function neodyn_xc::ser::text::to_writer_buffered[][src]

pub fn to_writer_buffered<'a, W, T: ?Sized, I>(
    writer: W,
    value: &T,
    indent: I
) -> Result<(), Error> where
    W: Write,
    T: Serialize,
    I: Into<Option<&'a str>>, 

The same as to_writer() except that it automatically performs buffering.