Skip to main content

ShellCommandTrait

Trait ShellCommandTrait 

Source
pub trait ShellCommandTrait: Send + Sync {
    // Required methods
    fn kill(&self);
    fn cleanup(&self);
}
Expand description

Trait for shell command operations (to avoid tying to a specific implementation).

Required Methods§

Source

fn kill(&self)

Source

fn cleanup(&self)

Implementors§