Type Definition patharg::AsyncInputArgReader

source ·
pub type AsyncInputArgReader = AsyncEither<Stdin, File>;
Available on crate feature tokio only.
Expand description

The type of the asynchronous readers returned by InputArg::async_open().

This type implements tokio::io::AsyncRead.