Type Alias ToClobbers

Source
pub type ToClobbers = Vec<(PathBuf, PackageName)>;
Expand description

Vector of files that we want to move to clobbers directory.

Aliased Typeยง

pub struct ToClobbers { /* private fields */ }