Codec for Server -> Client transport
| 82 | |
| 83 | /// Codec for Server -> Client transport |
| 84 | pub struct ClientChatCodec; |
| 85 | |
| 86 | impl Decoder for ClientChatCodec { |
| 87 | type Item = ChatResponse; |
nothing calls this directly
no outgoing calls
no test coverage detected