Function sage_mqtt::codec::read_qos[][src]

pub async fn read_qos<R: AsyncRead + Unpin>(reader: &mut R) -> SageResult<QoS>
Expand description

Read the given reader for a QoS, returning it in case of success.