Function maelstrom_util::config::new_config_with_extra_from_args

source ยท
pub fn new_config_with_extra_from_args<T, U, AI, AT>(
    command: Command,
    base_directories_prefix: &'static str,
    env_var_prefix: &'static str,
    args: AI,
) -> Result<(T, U)>
where T: Config + Debug, U: Args, AI: IntoIterator<Item = AT>, AT: Into<OsString> + Clone,