Derive Macro LuaBuilder

Source
#[derive(LuaBuilder)]
{
    // Attributes available to this derive:
    #[default]
}
Expand description

Automatically derive the LuaBuilder trait for structs and enums

See the rlua-builders documentation for specifics of how this works.