[−][src]Trait tower_grpc::generic::Codec
Encodes and decodes gRPC message types
Associated Types
type Encode
The encode type
type Encoder: Encoder<Item = Self::Encode>
Encoder type
type Decode
The decode type
type Decoder: Decoder<Item = Self::Decode>
Decoder type
Required methods
fn encoder(&mut self) -> Self::Encoder
Returns a new encoder
fn decoder(&mut self) -> Self::Decoder
Returns a new decoder