remove

Function remove 

Source
pub fn remove<'s>(s: &'s str, k: &str) -> (String, Option<&'s str>)
Expand description

Remove a key-value (&str, &str) pair from s preserving the insertion order.