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.