Trait june_analytics::client::Client
source · pub trait Client {
// Required method
fn send(&self, write_key: &str, msg: &Message) -> Result<(), Error>;
}Expand description
Client is a trait representing the HTTP transport layer of the analytics library.