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

Class ChatCodec

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

Codec for Client -> Server transport

Source from the content-addressed store, hash-verified

42
43/// Codec for Client -> Server transport
44pub struct ChatCodec;
45
46impl Decoder for ChatCodec {
47 type Item = ChatRequest;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected