Skip to main content

get

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

Signature

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

Parameters

key
&str
required
No description available.

Returns

Returns
crate::error::Result<Option<serde_json::Value>>
The result of the operation.