pub fn load_from_path(
path: impl AsRef<Path>,
explicit: Option<FileFormat>,
) -> Result<ConfigNode, ConfigError>Expand description
Parse a configuration file into a ConfigNode.
pub fn load_from_path(
path: impl AsRef<Path>,
explicit: Option<FileFormat>,
) -> Result<ConfigNode, ConfigError>Parse a configuration file into a ConfigNode.