Function re_grpc_client::stream_recording_async

source ยท
pub(crate) async fn stream_recording_async(
    tx: Sender<LogMsg>,
    redap_endpoint: Url,
    recording_id: String,
    on_msg: Option<Box<dyn Fn() + Send + Sync>>,
) -> Result<(), StreamError>