type FramedClient<C> = Framed<C, Response, Command>;
Expand description

A framed connection from the client’s perspective.