Function collective::config::figment_from_paths

source ยท
pub fn figment_from_paths<P: AsRef<Path>>(
    paths: Vec<(P, Option<ConfigFileFormat>)>,
) -> Result<Option<Figment>, ConfigError>
Expand description

Attempts to read a Config object from the specified paths.