Function assoc_get

Source
pub fn assoc_get<T: AsRef<[u8]>>(name: &str, key: T) -> Option<CString>
Expand description

Returns a copy of the value corresponding to a key in an associative array.