pub trait EventData: Encode {
    fn path(&self) -> &str;
}

Required Methods

Implementors