vector_buffers

Trait EventCount

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

Required Methods§

Implementations on Foreign Types§

Source§

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

Source§

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

Implementors§