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().
pub fn run<S>(store: S) -> Result<(), ConfigEasyError>where
S: SettingsStore,Runs a settings menu with the default configuration.
This is equivalent to config_easy::builder(store).run().