macro_rules! declare_deprecated_id { ($address:expr) => { ... }; }
Expand description
Same as declare_id
except that it reports that this ID has been deprecated.
macro_rules! declare_deprecated_id { ($address:expr) => { ... }; }
Same as declare_id
except that it reports that this ID has been deprecated.