macro_rules! cfg_unix {
    ($($item:item)*) => { ... };
}
Expand description

#[cfg(unix)]