trait ShellExt {
    fn dirty_because(&mut self, unit: &Unit, s: impl Display) -> CargoResult<()>;
}

Required Methods§

Implementors§