Macro std::cfg macro_rules! cfg { ($($cfg:tt)*) => { ... }; } Boolean evaluation of configuration flags. In addition to the #[cfg] attribute, Rust官方教程 ...
確定! 回上一頁