pub type EventWriter<T, D, W> = EventWriterCore<T, Vec<D>, W>;
Expand description

EventWriterCore specialized to vector-based containers.

Aliased Type§

struct EventWriter<T, D, W> { /* private fields */ }