pub fn replay_via_sink<S: ReplaySink>(
sink: ActorRef<S::Msg>,
) -> impl FnMut(JournalEntry, Sender<()>)Expand description
Convenience type-erased wrapper that bridges the typed
ReplaySink trait to a closure-based replay_all call.
pub fn replay_via_sink<S: ReplaySink>(
sink: ActorRef<S::Msg>,
) -> impl FnMut(JournalEntry, Sender<()>)Convenience type-erased wrapper that bridges the typed
ReplaySink trait to a closure-based replay_all call.