Function rpc_read

Source
async fn rpc_read<T>(conn: &mut TcpStream) -> Result<T, ExternalError>
where T: for<'a> Deserialize<'a>,
Expand description

Read an RPC message from the given connection.