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

Constructs a framed connection for the client.