1 2 3 4 5 6 7
use crate::mysql_binlog::event::EventData; #[derive(Debug)] pub struct Event { pub header: EventData, pub event: Option<EventData>, }