1
2
3
4
5
6
7
pub trait Attribute {
    const DEFINDEX: u32;
}

pub trait Attributes {
    const DEFINDEX: &'static [u32];
}