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>>),
}pub type SharedSandbox = Option<Arc<Mutex<DockerSandbox>>>;Shared reference to a Docker sandbox (None when sandbox is disabled)
pub enum SharedSandbox {
None,
Some(Arc<Mutex<DockerSandbox>>),
}