structstd.Build.SystemIntegrationOptionConfig[src]

Fields

default: ?bool = null

If left as null, then the default will depend on system_package_mode.

Source Code

Source code
pub const SystemIntegrationOptionConfig = struct {
    /// If left as null, then the default will depend on system_package_mode.
    default: ?bool = null,
}