Module mlua_extras::typed
source · Modules§
Structs§
- Type information for a lua
class
. This happens to be aTypedUserData
- Type information for a lua
class
field - Type information for a lua
class
function - A function parameter type representation
- Wrapper around a
UserDataFields
andUserDataMethods
to allowTypedUserData
implementations to be used forUserData
implementations
Enums§
- Representation of a lua type for a rust type
Traits§
- Add a lua
Type
representation to a rust type - Used inside of
TypedUserData
to add doc comments to the userdata type itself - Typed variant of
UserDataMethods
- Typed variant of
UserDataFields
- Typed information for a lua
MultiValue
- Typed variant of
UserData