pub trait JsonArgsHelper where
    Self: JsonArgs
{ fn init_args_and_logging_nosave() -> Result<(JsonConfigFile<Self>, bool)>; fn save_args(args_file: &JsonConfigFile<Self>) -> Result<()>; fn init_args_and_logging() -> Result<JsonConfigFile<Self>>; }

Required Methods

Implementors