Function parse_key_value

Source
pub fn parse_key_value<T>(value: &str) -> Result<(String, T)>
where T: FromStr, Error: From<<T as FromStr>::Err>,