1 2 3 4 5
#[derive(Debug, Clone, PartialEq)] pub struct EventRecord { pub kind: String, pub payload: serde_json::Value, }