macro_rules! declare_sysvar_id {
    ($name:expr, $type:ty) => { ... };
}
Expand description

Declares an ID that implements SysvarId.