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).
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".