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