//! This module holds all event types that are send between the client and the database.
// Reexport relevant types to flatten the module graph for consumers and
// keep private encapsulation of implementation details.
pub use Event;
pub use EventCandidate;
pub use ManagementEvent;
pub use TraceInfo;
pub use crateEventError;
pub use ToDataFrame;