Skip to main content

detect_output_format_from_args

Function detect_output_format_from_args 

Source
pub(crate) fn detect_output_format_from_args<I, S>(
    args: I,
) -> Option<OutputFormat>
where I: IntoIterator<Item = S>, S: AsRef<str>,