Function rerun_bindings::python_bridge::set_global_data_recording
source ยท fn set_global_data_recording(
py: Python<'_>,
recording: Option<&PyRecordingStream>,
) -> Option<PyRecordingStream>
Expand description
Replaces the currently active recording in the global scope with the specified one.
Returns the previous one, if any.