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