Skip to main content

parse_key_value

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>,
Expand description

Parse a key=value argument from clap.