Skip to main content

CommandRunnerSlot

Type Alias CommandRunnerSlot 

Source
pub type CommandRunnerSlot = Arc<RwLock<Arc<dyn CommandRunner>>>;
Expand description

Shared slot used by command to find the active host runner.

Aliased Typeยง

pub struct CommandRunnerSlot { /* private fields */ }