pub fn encode_sync<W: Write>(
writer: &mut W,
msg: RpcMessage,
) -> Result<(), Box<EncodeError>>Expand description
Encode the given message into the writer.
pub fn encode_sync<W: Write>(
writer: &mut W,
msg: RpcMessage,
) -> Result<(), Box<EncodeError>>Encode the given message into the writer.