Trait youtrack_commander::CommandService[][src]

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

Required methods

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

Loading content...

Implementors

Loading content...