Function edjx::kv::delete

source ·
pub fn delete<K>(key: K) -> Result<(), KVError>where
    K: AsRef<str>,
Expand description

Removes an entry from the KV store.