pub type StoreSerialPredecessor = SerialStorePosition;Aliased Type§
pub enum StoreSerialPredecessor {
Genesis {
root: StoreRootRef,
founder_registration: StoreDeviceRegistrationRef,
},
Commit(StoreBatchCommitRef),
}pub type StoreSerialPredecessor = SerialStorePosition;pub enum StoreSerialPredecessor {
Genesis {
root: StoreRootRef,
founder_registration: StoreDeviceRegistrationRef,
},
Commit(StoreBatchCommitRef),
}