Skip to main content

capture_with_expect_modules

Function capture_with_expect_modules 

Source
pub fn capture_with_expect_modules(
    root: &Path,
    language: &str,
    paths: impl IntoIterator<Item = PathBuf>,
    expect_modules: &[String],
) -> Result<Inputs, String>