pub type QapiDataStream<S> = Framed<S, LineCodec>;
pub struct QapiDataStream<S> { /* private fields */ }