macro_rules! cfg_unix {
($($item:item)*) => { ... };
}Expand description
Enables Unix-specific code.
Use this macro instead of cfg(unix) to generate docs properly.
macro_rules! cfg_unix {
($($item:item)*) => { ... };
}Enables Unix-specific code.
Use this macro instead of cfg(unix) to generate docs properly.