pub async fn insert_event(client: &Client, e: &UsageEvent) -> Result<()>Expand description
Inserts one event. Errors bubble to the writer loop, which logs and moves on.
pub async fn insert_event(client: &Client, e: &UsageEvent) -> Result<()>Inserts one event. Errors bubble to the writer loop, which logs and moves on.