pub trait EventPusher<T, D>: EventPusherCore<T, Vec<D>> { }Expand description
A EventPusherCore specialized to vector-based containers.
pub trait EventPusher<T, D>: EventPusherCore<T, Vec<D>> { }A EventPusherCore specialized to vector-based containers.