pub trait ElicitResult: RpcResult { // Required methods fn action(&self) -> &Value; fn content(&self) -> Option<&HashMap<String, Value>>; }