1//! Utilities for using Tower services with Tonic. 2 3pub mod interceptor; 4 5#[doc(inline)] 6#[allow(deprecated)] 7pub use self::interceptor::{interceptor, interceptor_fn, Interceptor};