fn extract_single_value(input: VarInput<'_>) -> Result<&str, VarParseError>
Helper method to extract a single value from any kind of VarInput.
VarInput