compile_contracts_with_options

Function compile_contracts_with_options 

Source
fn compile_contracts_with_options(
    source: &str,
    verbose: bool,
    options: CompileOptions,
) -> Result<Vec<CompilationArtifacts>, CompileError>