Macro mio::macros::cfg_io_source
source ยท macro_rules! cfg_io_source { ($($item:item)*) => { ... }; }
Expand description
One of the features enabled that needs IoSource
. That is net
or os-ext
on Unix (for pipe
).
macro_rules! cfg_io_source { ($($item:item)*) => { ... }; }
One of the features enabled that needs IoSource
. That is net
or os-ext
on Unix (for pipe
).