Function store_flows::del

source ·
pub fn del(key: &str) -> Option<Value>
Expand description

Delete the stored key/value pair.

Return the old value if the key exists.