Skip to main content

SharedSandbox

Type Alias SharedSandbox 

Source
pub type SharedSandbox = Option<Arc<Mutex<DockerSandbox>>>;
Expand description

Shared reference to a Docker sandbox (None when sandbox is disabled)

Aliased Type§

pub enum SharedSandbox {
    None,
    Some(Arc<Mutex<DockerSandbox>>),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(Arc<Mutex<DockerSandbox>>)

Some value of type T.