pub trait CommandExt: Sealed {
// Required method
fn exec_replace(&mut self) -> Result<Infallible>;
}Expand description
Adds portable exec_replace to the Command.
pub trait CommandExt: Sealed {
// Required method
fn exec_replace(&mut self) -> Result<Infallible>;
}Adds portable exec_replace to the Command.