Struct grid_sdk::store::memory::MemoryStoreFactory [−][src]
pub struct MemoryStoreFactory { /* fields omitted */ }Expand description
A StoryFactory backed by memory.
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Get a new CommitStore
Auto Trait Implementations
impl RefUnwindSafe for MemoryStoreFactoryimpl Send for MemoryStoreFactoryimpl Sync for MemoryStoreFactoryimpl Unpin for MemoryStoreFactoryimpl UnwindSafe for MemoryStoreFactory