DVUI

get

Parameters

#
self:AppConfig
AppConfig

Source

Implementation

#
pub fn get(self: AppConfig) StartOptions {
        switch (self) {
            .options => |opts| return opts,
            .startFn => |startFn| return startFn(),
        }
    }