Macro bitbazaar::warn_user_once
source · macro_rules! warn_user_once { ($($arg:tt)*) => { ... }; }
Expand description
Warn a user once, with uniqueness determined by the calling location itself.
macro_rules! warn_user_once { ($($arg:tt)*) => { ... }; }
Warn a user once, with uniqueness determined by the calling location itself.