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