pub trait EventPusher<T, D>: EventPusherCore<T, Vec<D>> { }
Expand description

A EventPusherCore specialized to vector-based containers.

Implementors§

source§

impl<T, D, E: EventPusherCore<T, Vec<D>>> EventPusher<T, D> for E