Expand description
A tonic::Codec
that implements application/grpc+proto
via the rust-protobuf.
Structsยง
- Protobuf
Codec V2 - A
Codec
that implementsapplication/grpc+proto
via the rust-protobuf v2 library. - Protobuf
Codec V3 - A
Codec
that implementsapplication/grpc+proto
via the rust-protobuf v3 library. - Protobuf
Decoder V2 - A
Decoder
that knows how to decodeU
. - Protobuf
Decoder V3 - A
Decoder
that knows how to decodeU
. - Protobuf
Encoder V2 - A
Encoder
that knows how to encodeT
. - Protobuf
Encoder V3 - A
Encoder
that knows how to encodeT
.