Type Alias fluvio_sc_schema::store::MetadataChanges

source ·
pub type MetadataChanges<S, C> = EpochChanges<MetadataStoreObject<S, C>>;

Aliased Type§

struct MetadataChanges<S, C> {
    pub epoch: i64,
    /* private fields */
}

Fields§

§epoch: i64