write_op

Function write_op 

Source
pub async fn write_op<W: AsyncWriteExt + Unpin>(
    w: &mut W,
    op: Operation,
) -> Result<()>
Expand description

Write a worker Operation to the wire.