store
Method
This is a method of the DbAdapter class in the extras module.Store a value
Signature
Parameters
No description available.
No description available.
Returns
The result of the operation.
store: Store a value
This is a method of the DbAdapter class in the extras module.Store a value
def store(&self, key: &str, value: &serde_json::Value) -> crate::error::Result<()>