Function uniffi_bindgen::load_initial_config
source · pub(crate) fn load_initial_config<Config: DeserializeOwned>(
crate_root: &Utf8Path,
config_file_override: Option<&Utf8Path>
) -> Result<Config>
Expand description
Load the default uniffi.toml
config, merge TOML trees with config_file_override
if specified.