Struct hconf::ServerCfgCel
source · pub struct ServerCfgCel { /* private fields */ }Implementations§
source§impl ServerCfgCel
impl ServerCfgCel
pub fn settings() -> &'static Result<ServerSettings, ConfigError>
Trait Implementations§
source§impl Debug for ServerCfgCel
impl Debug for ServerCfgCel
source§impl ReadFromFiles for ServerCfgCel
impl ReadFromFiles for ServerCfgCel
source§fn set_from_cli<T>(args: T)where
T: Iterator<Item = String>,
fn set_from_cli<T>(args: T)where T: Iterator<Item = String>,
Entry point to assign the
OnceCel.source§fn with_roots(cfg_root: Option<PathBuf>, app_root: Result<PathBuf, Error>)
fn with_roots(cfg_root: Option<PathBuf>, app_root: Result<PathBuf, Error>)
Different entry point, using explicit cfg root dir.