pub type RespConnection = Framed<RespConnectionInner, RespCodec>;
struct RespConnection { /* private fields */ }