Function compile_pint_project_and_abi_with_source

Source
pub async fn compile_pint_project_and_abi_with_source(
    path: PathBuf,
) -> Result<(Contract, Value, String)>