pub type EventReader<T, D, R> = EventReaderCore<T, Vec<D>, R>;
Expand description

EventReaderCore specialized to vector-based containers.

Aliased Type§

struct EventReader<T, D, R> { /* private fields */ }