Function rerun_bindings::remote::connect

source ·
pub fn connect(addr: String) -> PyResult<PyStorageNodeClient>
Expand description

Load a rerun archive from an RRD file.

Required-feature: remote

§Parameters

addr : str The address of the storage node to connect to.

§Returns

StorageNodeClient The connected client.