[−][src]Function capnp::serialize::write_message
pub fn write_message<W, A>(write: &mut W, message: &Builder<A>) -> Result<()> where
W: Write,
A: Allocator,
Writes the provided message to write
.
For optimal performance, write
should be a buffered writer. flush
will not be called on
the writer.