Skip to main content

FromClobbers

Type Alias FromClobbers 

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

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

Aliased Typeยง

pub struct FromClobbers { /* private fields */ }