pub trait HttpEventEncoder<Output> {
// Required method
fn encode_event(&mut self, event: Event) -> Option<Output>;
}
pub trait HttpEventEncoder<Output> {
// Required method
fn encode_event(&mut self, event: Event) -> Option<Output>;
}