We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc035a2 commit d6aea60Copy full SHA for d6aea60
src/rt/object.rs
@@ -22,6 +22,7 @@ pub(super) struct Store<T = Entry> {
22
23
24
#[derive(Debug, Eq, PartialEq, Hash, Clone, Copy)]
25
+#[cfg_attr(feature = "checkpoint", derive(Serialize, Deserialize))]
26
pub(super) struct StoreId(usize);
27
28
0 commit comments