Function re_grpc_client::stream_catalog_async

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