Struct tauri_bundler::bundle::Bundle [−][src]
pub struct Bundle { pub package_type: PackageType, pub bundle_paths: Vec<PathBuf>, }
Expand description
Generated bundle metadata.
Fields
package_type: PackageType
The package type.
bundle_paths: Vec<PathBuf>
All paths for this package.
Auto Trait Implementations
impl RefUnwindSafe for Bundle
impl UnwindSafe for Bundle