Trait HasCommand

Source
pub trait HasCommand {
    // Required methods
    fn command(&self) -> &Command;
    fn command_mut(&mut self) -> &mut Command;
}

Required Methods§

Source

fn command(&self) -> &Command

Source

fn command_mut(&mut self) -> &mut Command

Implementors§