1 2 3 4
pub struct AttributeSet { pub required: &'static [&'static str], pub optional: &'static [&'static str], }