pub trait Attribute {
    const DEFINDEX: u32;
}

Required Associated Constants

Implementors