#[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.
#[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.