get

Function get 

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

Get the a &str-value for a &str-key according to the parameters format.