Trait mysql_common::binlog::BinlogEvent
source · pub trait BinlogEvent<'a>: BinlogStruct<'a> {
const EVENT_TYPE: EventType;
}
Required Associated Constants§
sourceconst EVENT_TYPE: EventType
const EVENT_TYPE: EventType
An event type, associated with this struct (if any).
Object Safety§
This trait is not object safe.