[][src]Attribute Macro rudeboy_derive::MethodsSealed

#[MethodsSealed]

Exposes the methods in an impl block for a UserData struct type to lua and generates an impl of rlua::UserData for the type

Note that the struct type itself must implement RudeboyIndex. Either manually (not recommended) or using the Index or NoIndex derive macros. Cannot be combined with IndexSealed