vector::sinks::util

Trait ElementCount

source
pub trait ElementCount {
    // Required method
    fn element_count(&self) -> usize;
}
Expand description

Marker trait for types that can hold a batch of events

Required Methods§

Implementations on Foreign Types§

source§

impl<T> ElementCount for Vec<T>

Implementors§