Type Alias servers::interceptor::SqlQueryInterceptorRef

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

Aliased Type§

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