Skip to main content

RegisterComponentLibraryFnType

Type Alias RegisterComponentLibraryFnType 

Source
pub type RegisterComponentLibraryFnType = extern "C" fn() -> ComponentLibrary;
Expand description

Raw function pointer type that returns a complete ComponentLibrary when called. Used as the cb field in RegisterComponentLibraryFn.