Trait async_executors::iface::TokioIo
source · [−]pub trait TokioIo { }
Expand description
Trait indicating that tokio IO can be used with the executor that
implements it. Currently this can be enabled through features on TokioCt
,
TokioTp
, AsyncGlobal
and AsyncStd
.
This means a tokio reactor will be running and that the network types from tokio (eg. TcpStream
) will work.