type AsyncFileReader = Pin<Box<dyn AsyncRead + Send>>;

Aliased Type§

struct AsyncFileReader { /* private fields */ }