cli_env_toml

Function cli_env_toml 

Source
pub fn cli_env_toml<T: DeserializeOwned>(
    cli: Option<Vec<impl AsRef<str>>>,
    env_prefix: impl AsRef<str>,
    toml_path: Option<impl AsRef<Path>>,
) -> Result<T>