Trait hermes_cli_framework::config::Config

source ·
pub trait Config: Sized {
    // Required method
    fn load_from_path(path: impl AsRef<Path>) -> Result<Self, Box<dyn Error>>;
}

Required Methods§

source

fn load_from_path(path: impl AsRef<Path>) -> Result<Self, Box<dyn Error>>

Object Safety§

This trait is not object safe.

Implementors§