ring_buffer_post_update

Function ring_buffer_post_update 

Source
pub fn ring_buffer_post_update<T: CommandTransaction, F>(
    f: F,
) -> ClosureRingBufferPostUpdateInterceptor<T, F>
where F: Fn(&mut RingBufferPostUpdateContext<'_, T>) -> Result<()> + Send + Sync + Clone + 'static,