ringbuffer_post_insert

Function ringbuffer_post_insert 

Source
pub fn ringbuffer_post_insert<T: CommandTransaction, F>(
    f: F,
) -> ClosureRingBufferPostInsertInterceptor<T, F>
where F: for<'a> Fn(&mut RingBufferPostInsertContext<'a, T>) -> Result<()> + Send + Sync + Clone + 'static,