pub fn runtime_config_from_toml(
table: &impl GetTomlValue,
) -> Result<RuntimeConfig>
Expand description
Resolves a runtime configuration for the variables factor from a TOML table.
pub fn runtime_config_from_toml(
table: &impl GetTomlValue,
) -> Result<RuntimeConfig>
Resolves a runtime configuration for the variables factor from a TOML table.