Macro bitbazaar::warn_user_once_by_id
source · macro_rules! warn_user_once_by_id { ($id:expr, $($arg:tt)*) => { ... }; }
Expand description
Warn a user once, with uniqueness determined by the given ID.
macro_rules! warn_user_once_by_id { ($id:expr, $($arg:tt)*) => { ... }; }
Warn a user once, with uniqueness determined by the given ID.