Trait ToCommand

Source
pub trait ToCommand {
    // Required method
    fn to_command(&self) -> Vec<String>;

    // Provided method
    fn to_single_command(&self) -> String { ... }
}

Required Methods§

Provided Methods§

Implementors§