Function toml_env::initialize

source ·
pub fn initialize<C>(args: Args<'_>) -> Result<Option<C>>where
    C: DeserializeOwned + Serialize,
Expand description

Initialize configuration from available sources specified in Args.

If no configuration was found, will return None.

See toml-env.