Trait compose_rs::command::ComposeCommandArgs
source · pub trait ComposeCommandArgs {
// Required method
fn args(&self) -> Vec<String>;
}
pub trait ComposeCommandArgs {
// Required method
fn args(&self) -> Vec<String>;
}