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.
async fn rpc_read<T>(conn: &mut TcpStream) -> Result<T, ExternalError>where
T: for<'a> Deserialize<'a>,Read an RPC message from the given connection.