Trait beaker::Context

source ·
pub trait Context<'a, Cfg>: Sendwhere
    Cfg: Serialize + Deserialize<'a> + Default,{
    // Provided methods
    fn config_file_name(&self) -> String { ... }
    fn config_file_path(&self) -> Result<PathBuf> { ... }
    fn root(&self) -> Result<PathBuf> { ... }
    fn config(&self) -> Result<Cfg> { ... }
    fn global_config(&self) -> Result<GlobalConfig> { ... }
}

Provided Methods§

Implementors§