pub trait RegisterInterceptor<T: CommandTransaction> {
// Required method
fn register(self: Rc<Self>, interceptors: &mut Interceptors<T>);
}Expand description
Trait for self-registering interceptors This allows interceptors that implement multiple interceptor traits to register themselves in all appropriate chains with a single Rc instance