Skip to main content

decode_from_tokio

Function decode_from_tokio 

Source
pub async fn decode_from_tokio<R, T: Decode>(reader: &mut R) -> Result<T>
where R: AsyncReadExt + Unpin,