Function mz_adapter::catalog::state::skip_temp_items

source ยท
fn skip_temp_items<S>(
    entries: &BTreeMap<GlobalId, CatalogEntry>,
    serializer: S,
) -> Result<S::Ok, S::Error>
where S: Serializer,