[][src]Module tower_grpc::codegen::client::grpc

Re-export types from this crate

Re-exports

pub use crate::client::client_streaming;
pub use crate::client::server_streaming;
pub use crate::client::streaming;
pub use crate::client::unary;
pub use crate::client::Encodable;
pub use crate::client::Grpc;
pub use crate::generic::client::GrpcService;

Structs

Request
Response

A gRPC response and metadata from an RPC call.

Status

A gRPC "status" describing the result of an RPC call.

Enums

Code

gRPC status codes used by Status.

Traits

Body

A "trait alias" for tower_http_service::Body with bounds required by tower-grpc.