Attribute Macros§
- typed_
user_ data_ impl - Attribute macro that registers methods from an
implblock for use in Lua. - user_
data_ impl - Attribute macro that registers methods from an
implblock for use in Lua.
Derive Macros§
- Typed
- Generates a
Typedimplementation from fields. - Typed
User Data - Generates a [mlua_extras::typed::TypedUserData] implementation from struct fields.
- User
Data - Generates a [mlua::UserData] implementation from struct fields.