SqlQueryInterceptorRef

Type Alias SqlQueryInterceptorRef 

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

Aliased Typeยง

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