pub fn stream_dataset_from_redap(
uri: DatasetDataUri,
on_cmd: Box<dyn Fn(Command) + Send + Sync>,
on_msg: Option<Box<dyn Fn() + Send + Sync>>,
) -> Receiver<LogMsg>
Expand description
Stream an rrd file or metadata catalog over gRPC from a Rerun Data Platform server.
on_msg
can be used to wake up the UI thread on Wasm.