1 2 3 4 5 6
#![cfg(any(feature = "client-tonic", feature = "server-tonic"))] //! tonic gRPC pub mod app_error_ext; pub mod request; pub mod response;