Type Definition patharg::AsyncOutputArgWriter

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

The type of the asynchronous writers returned by OutputArg::async_create().

This type implements tokio::io::AsyncWrite.