Skip to main content

Module object_store

Module object_store 

Source
Expand description

Storage backend for pubhubs servers

Structs§

DefaultObjectStore
The default object store we use.
UseNone
Don’t use an object store.

Traits§

AsObjectStore
A type that can provide an object_store::ObjectStore implementation.
JsonObjectDetails
Default way to implement ObjectDetails, via json serialization.
ObjectDetails
Details on how to store this type in the object store.