servers::interceptor

Type Alias SqlQueryInterceptorRef

source
pub type SqlQueryInterceptorRef<E> = Arc<dyn SqlQueryInterceptor<Error = E> + Send + Sync + 'static>;

Aliased Typeยง

struct SqlQueryInterceptorRef<E> { /* private fields */ }