pub fn stream_dataset_from_redap(
uri: DatasetDataUri,
on_cmd: Box<dyn Fn(Command) + Sync + Send>,
on_msg: Option<Box<dyn Fn() + Sync + Send>>,
) -> 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.