[][src]Derive Macro rlua_builders::UserData

#[derive(UserData)]

Automatically derive UserData trait

This derive macro derives an empty UserData for the struct or enum. That means it won't have any custom methods. This is separate from the LuaBuilder deriver in case you want to derive UserData with a custom implementation.