1 2 3 4 5
//! Structures and algorithms related to all messages that can be sent //! to and from gRPC services and clients. #![allow(clippy::derive_partial_eq_without_eq)] tonic::include_proto!("messages");