源 crate 中使用 #[macro_export] 屬性標記的宏,調用者可在導入此 crate 時添加 #[macro_use] 屬性使用。
沒有 #[macro_export] 的宏,外部不可見!