pub fn execute_with_config(
config: &SandboxConfig,
) -> Result<SandboxResult, Box<dyn Error>>Expand description
Execute with full sandbox config (used by CLI with profile).
pub fn execute_with_config(
config: &SandboxConfig,
) -> Result<SandboxResult, Box<dyn Error>>Execute with full sandbox config (used by CLI with profile).