Trait xtask::runner::IntoCommand
source · pub trait IntoCommand {
// Required method
fn into_command(self, binaries: &Binaries) -> Result<Command>;
}pub trait IntoCommand {
// Required method
fn into_command(self, binaries: &Binaries) -> Result<Command>;
}