Function toml_env::initialize
source · pub fn initialize<'a, M, C>(args: Args<'a, M>) -> Result<Option<C>>where
C: DeserializeOwned + Serialize,
M: IntoIterator<Item = (&'a str, TomlKeyPath)> + Clone,pub fn initialize<'a, M, C>(args: Args<'a, M>) -> Result<Option<C>>where
C: DeserializeOwned + Serialize,
M: IntoIterator<Item = (&'a str, TomlKeyPath)> + Clone,