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