pub type ModuleAttribute = KeywordAttribute<module, LitStr>;
pub struct ModuleAttribute { pub kw: module, pub value: LitStr, }
kw: module
value: LitStr