Skip to main content

run

Function run 

Source
pub fn run<S>(store: S) -> Result<(), ConfigEasyError>
where S: SettingsStore,
Expand description

Runs a settings menu with the default configuration.

This is equivalent to config_easy::builder(store).run().