pub async fn decode_from<D: Decode, R: Read + Unpin + Send>( reader: R, ) -> Result<D>
Decodes values from reader