Skip to main content

extract_style_and_file_arg_min

Function extract_style_and_file_arg_min 

Source
pub fn extract_style_and_file_arg_min(
    args: &[Value],
    min_data: usize,
) -> Result<(Vec<Value>, Option<StyleSpec>, Option<String>), String>
Expand description

Like extract_style_and_file_arg but with a caller-supplied min_data guard.