[][src]Trait poston::client::Client

pub trait Client {
    fn send<A>(
        &self,
        tag: String,
        a: &A,
        timestamp: SystemTime
    ) -> Result<(), Error>
    where
        A: Serialize
;
fn close(&mut self); }

Required methods

fn send<A>(
    &self,
    tag: String,
    a: &A,
    timestamp: SystemTime
) -> Result<(), Error> where
    A: Serialize

fn close(&mut self)

Loading content...

Implementors

impl Client for WorkerPool[src]

Loading content...