Crate smoldb_traits

Source

Constants§

OBJECT_KEY

Traits§

DeserializeOwned
A data structure that can be deserialized without borrowing any data from the deserializer.
Serialize
A data structure that can be serialized into any data format supported by Serde.
Storable
Storable trait provides methods to support use with Store. This should be auto-implemented using the Smoldb macro