pub trait IComponentData2_Impl: Sized + IComponentData_Impl {
    // Required method
    fn QueryDispatch(
        &self,
        cookie: isize,
        type: DATA_OBJECT_TYPES
    ) -> Result<IDispatch>;
}

Required Methods§

fn QueryDispatch( &self, cookie: isize, type: DATA_OBJECT_TYPES ) -> Result<IDispatch>

Object Safety§

This trait is not object safe.

Implementors§