Trait sn0int::models::LuaInsertToNew[][src]

pub trait LuaInsertToNew {
    type Target;
    fn lua_try_into_new(self, state: &Arc<dyn State>) -> Result<Self::Target>;
}

Associated Types

Required methods

Implementors