DerivedComponent

Trait DerivedComponent 

Source
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§

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.

Implementors§