5
0
mirror of git://git.proxmox.com/git/pxar.git synced 2024-12-22 21:33:50 +03:00
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2021-03-31 13:54:18 +02:00
parent 8a9c71c035
commit 07265b3e37

View File

@ -74,10 +74,10 @@ impl<T: SeqRead> Decoder<T> {
#[cfg(feature = "tokio-io")]
mod tok {
use crate::decoder::{Contents, SeqRead};
use std::io;
use std::pin::Pin;
use std::task::{Context, Poll};
use crate::decoder::{Contents, SeqRead};
/// Read adapter for `futures::io::AsyncRead`
pub struct TokioReader<T> {