Trait mysql_common::binlog::BinlogEvent[][src]

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

Associated Constants

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

Implementors