Function tokio_qapi::stream

source ·
pub fn stream<S: AsyncRead + AsyncWrite>(
    stream: S
) -> QapiStream<QapiDataStream<S>>