pub fn load_source_from_paths(
config_paths: &[ConfigPath],
) -> Result<Table, Vec<String>>Expand description
Uses SourceLoader to process ConfigPaths, deserializing to a toml SourceMap.
pub fn load_source_from_paths(
config_paths: &[ConfigPath],
) -> Result<Table, Vec<String>>Uses SourceLoader to process ConfigPaths, deserializing to a toml SourceMap.