Function rerun_bindings::python_bridge::binary_stream

source ยท
fn binary_stream(
    recording: Option<&PyRecordingStream>,
    py: Python<'_>,
) -> PyResult<Option<PyBinarySinkStorage>>
Expand description

Create a new binary stream sink, and return the associated binary stream.