Type Alias ClassEntryInfo

Source
pub type ClassEntryInfo = (fn() -> &'static ClassEntry, &'static str);
Expand description

A type alias for a tuple containing a function pointer to a class entry and a string representing the class name used in stubs.