Skip to main content

replay_via_sink

Function replay_via_sink 

Source
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.