Function deserialize_arg

Source
fn deserialize_arg<T: for<'a> Deserialize<'a>>(
    args: &mut Arguments,
    key: &'static str,
) -> Option<T>
Expand description

JSON-deserialize the provided command-line argument, returning Some(...) if it is present, has a value, and was successfully parsed, and None otherwise