fn framed_server<C>(conn: C) -> Framed<C, Command, Response> where
    C: AsyncRead + AsyncWrite
Expand description

Constructs a framed connection for the server.