CommandService

Trait CommandService 

Source
pub trait CommandService {
    // Required method
    fn execute_command(&self, command: Command) -> Result<Vec<String>>;
}

Required Methods§

Source

fn execute_command(&self, command: Command) -> Result<Vec<String>>

Implementors§