pub fn extract_style_and_file_arg_min( args: &[Value], min_data: usize, ) -> Result<(Vec<Value>, Option<StyleSpec>, Option<String>), String>
Like extract_style_and_file_arg but with a caller-supplied min_data guard.
extract_style_and_file_arg
min_data