pub trait BinlogEvent<'a>: BinlogStruct<'a> {
    const EVENT_TYPE: EventType;
}

Required Associated Constants§

An event type, associated with this struct (if any).

Implementors§