Trait bevy_mod_scripting_lua::LuaArg
source · pub trait LuaArg: for<'lua> IntoLuaMulti<'lua> + Clone + Sync + Send + 'static { }Object Safety§
This trait is not object safe.
pub trait LuaArg: for<'lua> IntoLuaMulti<'lua> + Clone + Sync + Send + 'static { }