Function encode_sync

Source
pub fn encode_sync<W: Write>(
    writer: &mut W,
    msg: RpcMessage,
) -> Result<(), Box<EncodeError>>
Expand description

Encode the given message into the writer.