Function collective::config::from_paths

source ·
pub fn from_paths<P: AsRef<Path>, C: DeserializeOwned>(
    paths: Vec<(P, Option<ConfigFileFormat>)>
) -> Result<C, ConfigError>
Expand description

Attempts to read a Config object from the specified paths.