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.