Trait eventio::Event[][src]

pub trait Event {
    type Ack;
    fn raw(&self) -> &[u8];
fn time(&self) -> u64;
fn ack(&self) -> Self::Ack; }
Expand description

A trait for a single event from any type of data source.

Associated Types

Required methods

Implementors