Skip to main content

get_string

Function get_string 

Source
pub fn get_string(bucket: &str, key: &str) -> Result<Option<String>, KvError>
Expand description

Get a value as a UTF-8 string.

ยงErrors

Returns KvError if the operation fails.