Trait FluentClient

Source
pub trait FluentClient: Send + Sync {
    // Required methods
    fn send(&self, tag: &str, record: Map) -> Result<(), SendError>;
    fn stop(self) -> Result<(), SendError>;
}

Required Methods§

Source

fn send(&self, tag: &str, record: Map) -> Result<(), SendError>

Source

fn stop(self) -> Result<(), SendError>

Implementors§