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