Function capnp_futures::serialize::write_message [−][src]
pub async fn write_message<W, M>(writer: W, message: M) -> Result<()> where
W: AsyncWrite + Unpin,
M: AsOutputSegments,
Writes the provided message to writer
. Does not call flush()
.