use super::StateStore; /// A default `StateStore` implementation that serializes state as json /// and saves it to disk. pub struct JsonStore {} // impl StateStore for JsonStore { // }