Function bert::to_writer [] [src]

pub fn to_writer<W, T>(writer: &mut W, value: &T) -> Result<()> where
    W: Write,
    T: Serialize

Encode the passed value into a [u8] writer.