You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
debug_assert!(class_registry::is_class_registered::<T>(),"`{type_name}` must be registered before it can be used; call `handle.add_class::<{type_name}>()` in your `nativescript_init` callback", type_name = std::any::type_name::<T>());
174
-
175
181
assert!(
176
182
emplace::take::<T>().is_none(),
177
183
"emplacement value should be taken by the constructor wrapper (this is a bug in the bindings)",
0 commit comments