pub trait GreetingEngine: Send + Sync { // Required method fn greet(&self, name: &str) -> MeldResult<String>; }