pub fn initialize<C>(args: Args<'_>) -> Result<Option<C>>where C: DeserializeOwned + Serialize,
Initialize configuration from available sources specified in Args.
Args
If no configuration was found, will return None.
None
See toml-env.
toml-env