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