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

Required Associated Constants

Implementors