pub fn persist_deletion_event<B>(event: B::Event) -> PersistEvent<B>where
    B: EventSourcedBehavior + Send + Sync + 'static,
Expand description

An effect to persist an event upon having successfully handed it off to be persisted. The event will be flagged to represent the deletion of an entity instance.