pub trait ElementCount {
// Required method
fn element_count(&self) -> usize;
}Expand description
Marker trait for types that can hold a batch of events
pub trait ElementCount {
// Required method
fn element_count(&self) -> usize;
}Marker trait for types that can hold a batch of events