[][src]Derive Macro rlua_builders_derive::LuaBuilder

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

Automatically derive the LuaBuilder trait for structs and enums

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