pub trait DerivedComponent: Component {
const CREATE_TYPES: Option<unsafe extern "C" fn(*mut tm_the_truth_o)>;
const CREATE_COMPONENT: unsafe extern "C" fn(*mut tm_entity_context_o);
}
Required Associated Constants§
const CREATE_TYPES: Option<unsafe extern "C" fn(*mut tm_the_truth_o)>
const CREATE_COMPONENT: unsafe extern "C" fn(*mut tm_entity_context_o)
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.