pub fn missing_manual_registration() -> bool
Expand description

Checks for any NativeClass types that are registered automatically, but not manually. Returns true if the test isn’t applicable, or if no such types were found.

Some platforms may not have support for automatic registration. On such platforms, only manually registered classes are visible at run-time.

Please refer to the rust-ctor README for an up-to-date listing of platforms that do support automatic registration.