MCPcopy Create free account
hub / github.com/actix/examples / ClientChatCodec

Class ClientChatCodec

websockets/chat-tcp/src/codec.rs:84–84  ·  view source on GitHub ↗

Codec for Server -> Client transport

Source from the content-addressed store, hash-verified

82
83/// Codec for Server -> Client transport
84pub struct ClientChatCodec;
85
86impl Decoder for ClientChatCodec {
87 type Item = ChatResponse;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected