pub fn create_sandbox(
policy: SandboxPolicy,
) -> Result<Box<dyn Sandbox>, SandboxError>Expand description
Create the appropriate sandbox for the current platform
pub fn create_sandbox(
policy: SandboxPolicy,
) -> Result<Box<dyn Sandbox>, SandboxError>Create the appropriate sandbox for the current platform