trait ShellExt {
// Required method
fn dirty_because(&mut self, unit: &Unit, s: impl Display) -> CargoResult<()>;
}
Required Methods§
fn dirty_because(&mut self, unit: &Unit, s: impl Display) -> CargoResult<()>
Object Safety§
This trait is not object safe.