Trait ComposeCommandArgs

Source
pub trait ComposeCommandArgs {
    // Required method
    fn args(&self) -> Vec<String>;
}

Required Methods§

Source

fn args(&self) -> Vec<String>

Implementations on Foreign Types§

Source§

impl ComposeCommandArgs for ()

Source§

fn args(&self) -> Vec<String>

Implementors§