Skip to main content

rpc_write

Function rpc_write 

Source
async fn rpc_write<T>(conn: &mut TcpStream, msg: T) -> Result<(), ExternalError>
where T: Serialize,
Expand description

Write an RPC message to the given connection.