Type Alias carton::types::PackOpts

source ·
pub type PackOpts<T> = PackOpts<T>;
Expand description

Options that can be specified when packing a model

Aliased Type§

struct PackOpts<T> {
    pub info: CartonInfo<T>,
    pub linked_files: Option<Vec<LinkedFile>>,
}

Fields§

§info: CartonInfo<T>§linked_files: Option<Vec<LinkedFile>>

Any files to include in the carton as links (instead of the originals)