Function vector::config::load_source_from_paths
source ยท 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
.