Trait vector_buffers::EventCount

source ·
pub trait EventCount {
    // Required method
    fn event_count(&self) -> usize;
}

Required Methods§

Implementations on Foreign Types§

source§

impl<'a, T> EventCount for &'a T
where T: EventCount,

source§

impl<T> EventCount for Vec<T>
where T: EventCount,

Implementors§