Type Definition python_packaging::resource_collection::FileInstall [−][src]
pub type FileInstall = (PathBuf, FileData, bool);
Expand description
Represents a single file install.
Tuple is the relative install path, the data to install, and whether the file should be executable.