process_directory_without_async

Function process_directory_without_async 

Source
pub fn process_directory_without_async(
    input_dir: &PathBuf,
    output_dir: &PathBuf,
    config: &ImageProcessorConfig,
) -> Result<(), Box<dyn Error>>