1 2 3 4 5 6 7
pub mod field_attribute; pub mod item_attribute; pub mod variant_attribute; mod kw { syn::custom_keyword!(ignore); }