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§
Object Safety§
This trait is not object safe.