Skip to main content

store

Method
This is a method of the DbAdapter class in the extras module.
Store a value

Signature

def store(&self, key: &str, value: &serde_json::Value) -> crate::error::Result<()>

Parameters

key
&str
required
No description available.
value
&serde_json::Value
required
No description available.

Returns

Returns
crate::error::Result<()>
The result of the operation.