pub fn bundle_type() -> Option<BundleType>
Expand description
Get the type of the bundle current binary is packaged in.
If the bundle type is unknown, it returns Option::None
.
pub fn bundle_type() -> Option<BundleType>
Get the type of the bundle current binary is packaged in.
If the bundle type is unknown, it returns Option::None
.