pub trait ConfigLoader: Send + Sync { // Required method fn load(&self) -> Result<ConfigLayer, ConfigError>; }