pub fn load_archive(path_to_rrd: PathBuf) -> PyResult<PyRRDArchive>
Load a rerun archive from an RRD file.
path_to_rrd : str | os.PathLike The path to the file to load.
RRDArchive The loaded archive.