Skip to main content

store_catalog

Function store_catalog 

Source
pub(crate) async fn store_catalog<T>(
    store: &ObjectStore,
    path: &str,
    catalog: &T,
) -> Result<()>
where T: Serialize,