arg_value

Function arg_value 

Source
pub fn arg_value<'a, T: AsRef<str>>(
    args: &'a [T],
    needle: &'a str,
) -> Option<&'a str>