//! Items and functionality specific to gRPC services
pubusetonic::{body::BoxBody,client::GrpcService,codegen::{Body, Bytes, StdError},};modstatus_code_set;pubusestatus_code_set::StatusCodeSet;/// The default grpc transport implementation
pubtypeDefaultGrpcImpl=crate::auth::grpc::AuthGrpcService<tonic::transport::Channel>;