Trait IIterableConcept_Impl
pub trait IIterableConcept_Impl: IUnknownImpl {
// Required methods
fn GetDefaultIndexDimensionality(
&self,
contextobject: Ref<'_, IModelObject>,
) -> Result<u64>;
fn GetIterator(
&self,
contextobject: Ref<'_, IModelObject>,
) -> Result<IModelIterator>;
}
Required Methods§
fn GetDefaultIndexDimensionality( &self, contextobject: Ref<'_, IModelObject>, ) -> Result<u64>
fn GetIterator( &self, contextobject: Ref<'_, IModelObject>, ) -> Result<IModelIterator>
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.