pub type StoreObject = StoreObjectV1;

Aliased Type§

enum StoreObject {
    Value(StoreObjectValue),
    Deleted,
    Wrapped,
}

Variants§

§

Value(StoreObjectValue)

§

Deleted

§

Wrapped