Function edjx::kv::delete[][src]

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

Removes an entry from the KV store.