pub type LogQueryInterceptorRef<E> = Arc<dyn LogQueryInterceptor<Error = E> + Send + Sync + 'static>;
pub struct LogQueryInterceptorRef<E> { /* private fields */ }