Trait libeko::EchoEventClient [] [src]

pub trait EchoEventClient {
    fn send_event(&mut self, messages: &[Message]) -> Result<()>;
}

An Echo Event sender.

Required Methods

Send Echo Event messages.

Implementors