pub fn connect(addr: String) -> PyResult<PyStorageNodeClient>
Load a rerun archive from an RRD file.
Required-feature: remote
remote
addr : str The address of the storage node to connect to.
StorageNodeClient The connected client.