pub async fn rpc_handler( stream: impl Read + Write + Send + Unpin + 'static, service: Routes, )
Handler processing RPC API calls.