Function de_conf::io::load_conf_text

source ·
pub(crate) async fn load_conf_text(path: &Path) -> Result<Option<String>>
Expand description

Loads configuration file to a string. Returns Ok(None) if the configuration file does not exist.