Expand description
Storage backend for pubhubs servers
Structs§
- Default
Object Store - The default object store we use.
- UseNone
- Don’t use an object store.
Traits§
- AsObject
Store - A type that can provide an
object_store::ObjectStoreimplementation. - Json
Object Details - Default way to implement
ObjectDetails, via json serialization. - Object
Details - Details on how to store this type in the object store.